Click or drag to resize

CartographicIsEquivalent Method

Overload List
  NameDescription
Public methodIsEquivalent(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.
Public methodIsEquivalent(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.
Top
See Also