Operator operator !=
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
operator !=(SvgRect, SvgRect)
This tests whether two SvgRect structures differ in location or size.
public static bool operator !=(SvgRect left, SvgRect right)
Parameters
left
SvgRectThe SvgRect structure that is to the left of the inequality operator.
right
SvgRectThe SvgRect structure that is to the right of the inequality operator.