Table of Contents

Operator operator !=

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator !=(RectangleF, RectangleF)

Tests whether two RectangleF structures differ in location or size.

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

Parameters

left RectangleF

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

right RectangleF

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