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