BoundingBox.Equals Method

Definition

Overloads

Equals(BoundingBox)

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

Equals(Object)

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

Equals(BoundingBox)

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

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

BoundingBox to compare to this bounding box.

Returns

true if bounding boxes are equal. false otherwise.

Equals(Object)

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