CoordinateSystem.Equals Method (CoordinateSystem)
Indicates the Equals overload.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Function Equals ( _
other As CoordinateSystem _
) As Boolean
'Usage
Dim instance As CoordinateSystem
Dim other As CoordinateSystem
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
CoordinateSystem other
)
public:
bool Equals(
CoordinateSystem^ other
)
member Equals :
other:CoordinateSystem -> bool
public function Equals(
other : CoordinateSystem
) : boolean
Parameters
- other
Type: System.Spatial.CoordinateSystem
The other CoordinateSystem.
Return Value
Type: System.Boolean
True if equal.