Table of Contents

Operator operator ==

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

operator ==(RectangleF, RectangleF)

Tests whether two RectangleF structures have equal location and size.

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

Parameters

left RectangleF

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

right RectangleF

The RectangleF structure that is to the right of the equality operator.

Returns

bool

This operator returns true if the two specified RectangleF structures have equal X, Y, Width, and Height properties.