Share via


NamedCrs.Equals Method

Definition

Overloads

Equals(NamedCrs)

Determines if this CRS is equal to other CRS in the Azure Cosmos DB service.

Equals(Object)

Determines whether the specified NamedCrs is equal to the current NamedCrs in the Azure Cosmos DB service.

Equals(NamedCrs)

Source:
NamedCrs.cs

Determines if this CRS is equal to other CRS in the Azure Cosmos DB service.

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

Parameters

other
NamedCrs

CRS to compare to this CRS.

Returns

true if CRSs are equal. false otherwise.

Implements

Applies to

Equals(Object)

Source:
NamedCrs.cs

Determines whether the specified NamedCrs is equal to the current NamedCrs in the Azure Cosmos DB service.

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

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.

Applies to