Polygon.Equals
Contents
[
Hide
]Equals(ICurvePolygon)
Determines whether the specified object is equal to the current object.
public bool Equals(ICurvePolygon other)
Parameter | Type | Description |
---|---|---|
other | ICurvePolygon | 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
- interface ICurvePolygon
- class Polygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
Equals(IPolygon)
Determines whether the specified object is equal to the current object.
public bool Equals(IPolygon other)
Parameter | Type | Description |
---|---|---|
other | IPolygon | 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
- interface IPolygon
- class Polygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS
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 Polygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS