Table of Contents

Method Equals

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Equals(object)

Tests whether obj is a RectangleF with the same location and size of this RectangleF.

public override bool Equals(object obj)

Parameters

obj object

The object to test.

Returns

bool

This method returns true if obj is a RectangleF and its X, Y, Width, and Height properties are equal to the corresponding properties of this RectangleF; otherwise, false.