Undefined.Equals Method

Definition

Overloads

Equals(Undefined)

Determines whether other is Undefined from the Azure DocumentDB database service.

Equals(Object)

Determines whether other is Undefined from the Azure DocumentDB database service.

Equals(Undefined)

Determines whether other is Undefined from the Azure DocumentDB database service.

public bool Equals (Microsoft.Azure.Documents.Undefined other);
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.

Equals(Object)

Determines whether other is Undefined from the Azure DocumentDB database service.

public override bool Equals (object other);
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.