| UniversalTransverseMercatorEquals Method (UniversalTransverseMercator) | 
 
        Indicates whether another instance of this type is exactly equal to this instance.
      
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic bool Equals(
	UniversalTransverseMercator other
)
Public Function Equals ( 
	other As UniversalTransverseMercator
) As Boolean
public:
virtual bool Equals(
	UniversalTransverseMercator other
) sealed
abstract Equals : 
        other : UniversalTransverseMercator -> bool 
override Equals : 
        other : UniversalTransverseMercator -> bool Parameters
- other
- Type: AGI.Foundation.CoordinatesUniversalTransverseMercator
 The instance to compare to this instance.
Return Value
Type: 
Boolean if 
other represents the same value as this instance; otherwise 
.
      
Implements
IEquatableTEquals(T) See Also
See Also