Table of Contents

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 SvgSizeF

The SvgSizeF structure on the left of the inequality operator.

sz2 SvgSizeF

The SvgSizeF structure on the right of the inequality operator.

Returns

bool

This operator returns true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.