CoordinateSystem.Equals Method

Definition

Overloads

Equals(CoordinateSystem)

Indicates the Equals overload.

Equals(Object)

Indicates the Equals overload.

Equals(CoordinateSystem)

Indicates the Equals overload.

public bool Equals(Microsoft.Spatial.CoordinateSystem other);
override this.Equals : Microsoft.Spatial.CoordinateSystem -> bool
Public Function Equals (other As CoordinateSystem) As Boolean

Parameters

other
CoordinateSystem

The other CoordinateSystem.

Returns

True if equal.

Applies to

Equals(Object)

Indicates the Equals overload.

public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The other CoordinateSystem.

Returns

True if equal.

Applies to