NamedCrs.Equals Method

Definition

Overloads

Equals(NamedCrs)

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

Equals(Object)

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

Equals(NamedCrs)

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

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

CRS to compare to this CRS.

Returns

true if CRSs are equal. false otherwise.

Equals(Object)

Determines whether the specified NamedCrs is equal to the current NamedCrs 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.