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
leftSvgRectThe SvgRect structure that is to the left of the inequality operator.
rightSvgRectThe SvgRect structure that is to the right of the inequality operator.