Point.Equals
Contents
[
Hide
]Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also
- class Point
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
Equals(IPoint)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(IPoint other)
Parameter | Type | Description |
---|---|---|
other | IPoint | An object to compare with this object. |
Return Value
true if the current object is equal to the other parameter; otherwise, false.
See Also
- interface IPoint
- class Point
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS