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

Return Value

Type: System.Boolean
True if equal.

See Also

Reference

CoordinateSystem Class

Equals Overload

System.Spatial Namespace