Table of Contents

Method Equals

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Equals(object)

Specifies whether this Point contains the same coordinates as the specified object.

public override bool Equals(object obj)

Parameters

obj object

The object to test.

Returns

bool

True if obj is a Point and has the same coordinates as this Point.