LinkedCrs.Equals Method

Definition

Overloads

Equals(LinkedCrs)

Determines if this LinkedCrs is equal to other in the Azure DocumentDB database service.

Equals(Object)

Determines whether the specified LinkedCrs is equal to the current LinkedCrs in the Azure DocumentDB database service.

Equals(LinkedCrs)

Determines if this LinkedCrs is equal to other in the Azure DocumentDB database service.

public bool Equals (Microsoft.Azure.Documents.Spatial.LinkedCrs other);
Parameters
other
LinkedCrs

LinkedCrs to compare to this LinkedCrs.

Returns

true if CRSs are equal. false otherwise.

Equals(Object)

Determines whether the specified LinkedCrs is equal to the current LinkedCrs in the Azure DocumentDB database service.

public override bool Equals (object obj);
Parameters
obj
Object

The object to compare with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.