Table of Contents

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 SvgRect

The SvgRect structure that is to the left of the inequality operator.

right SvgRect

The SvgRect structure that is to the right of the inequality operator.

Returns

bool

This operator returns true if any of the X, Y, Width, or Height properties of the two SvgRect structures are unequal; otherwise false.