PartitionKeyRange.Equals Method

Definition

Overloads

Equals(PartitionKeyRange)

Determines whether this instance in the Azure DocumentDB database service and a specified PartitionKeyRange object have the same value.

Equals(Object)

Determines whether this instance in the Azure DocumentDB database service and a specified object have the same value.

Equals(PartitionKeyRange)

Determines whether this instance in the Azure DocumentDB database service and a specified PartitionKeyRange object have the same value.

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

The PartitionKeyRange object to compare to this instance

Returns

Equals(Object)

Determines whether this instance in the Azure DocumentDB database service and a specified object have the same value.

public override bool Equals (object obj);
Parameters
obj
Object

The object to compare to this instance

Returns