PartitionKeyRange.Equals Method

Definition

Overloads

Equals(PartitionKeyRange)

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

Equals(Object)

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

Equals(PartitionKeyRange)

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

public bool Equals (Microsoft.Azure.Documents.PartitionKeyRange other);
override this.Equals : Microsoft.Azure.Documents.PartitionKeyRange -> bool
Public Function Equals (other As PartitionKeyRange) As Boolean

Parameters

other
PartitionKeyRange

The PartitionKeyRange object to compare to this instance

Returns

Implements

Applies to

Equals(Object)

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

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 to this instance

Returns

Applies to