CartographicIsEquivalent Method |
Name | Description | |
---|---|---|
IsEquivalent(Cartographic) |
Indicates whether another instance of this type is mathematically equivalent to this instance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if both points are at the same pole.
| |
IsEquivalent(Cartographic, Double) |
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if both points are at the same pole.
|