Point.Equals Method

Definition

Overloads

Equals(Point)

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

Equals(Object)

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

Equals(Point)

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

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

Point to compare to this Point.

Returns

true if objects are equal. false otherwise.

Equals(Object)

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