Table of Contents

Operator operator !=

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

operator !=(SvgRectF, SvgRectF)

This tests whether two SvgRectF structures differ in location or size.

public static bool operator !=(SvgRectF left, SvgRectF right)

Parameters

left SvgRectF

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

right SvgRectF

The SvgRectF 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 SvgRectF structures are unequal; otherwise false.