Undefined.Equals Method

Definition

Overloads

Equals(Undefined)

Determines whether other is Undefined from the Azure Cosmos DB service.

Equals(Object)

Determines whether other is Undefined from the Azure Cosmos DB service.

Equals(Undefined)

Determines whether other is Undefined from the Azure Cosmos DB service.

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

Parameters

other
Undefined

The object to compare with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether other is Undefined from the Azure Cosmos DB service.

public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parameters

other
Object

The object to compare with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

Applies to