Operator operator !=
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
operator !=(SvgSizeF, SvgSizeF)
Tests whether two SvgSizeF structures are different.
public static bool operator !=(SvgSizeF sz1, SvgSizeF sz2)
Parameters
sz1
SvgSizeFThe SvgSizeF structure on the left of the inequality operator.
sz2
SvgSizeFThe SvgSizeF structure on the right of the inequality operator.