Share via


Polygon.Equals Method

Definition

Overloads

Equals(Polygon)

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

Equals(Object)

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

Equals(Polygon)

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

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

Parameters

other
Polygon

Polygon to compare to this Polygon.

Returns

true if objects are equal. false otherwise.

Implements

Applies to

Equals(Object)

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