Sdílet prostřednictvím


Point.Equals Method

Definition

Overloads

Equals(Point)

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

Equals(Object)

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

Equals(Point)

Source:
Point.cs

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

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

Parameters

other
Point

Point to compare to this Point.

Returns

true if objects are equal. false otherwise.

Implements

Applies to

Equals(Object)

Source:
Point.cs

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