Cartographic.IsEquivalent Method (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.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsEquivalent(
Cartographic other
)
Public Function IsEquivalent (
other As Cartographic
) As Boolean
public:
bool IsEquivalent(
Cartographic other
)
member IsEquivalent :
other : Cartographic -> bool
Parameters
- other
- Type: AGI.Foundation.Coordinates.Cartographic
The set of Cartographic coordinates to compare to this instance.
Return Value
Type:
Booleantrue if they are equivalent; otherwise
false.
See Also