Polygon.Equals Method

Definition

Overloads

Equals(Polygon)

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

Equals(Object)

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

Equals(Polygon)

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

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

Polygon to compare to this Polygon.

Returns

true if objects are equal. false otherwise.

Equals(Object)

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