Undefined.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Undefined) |
Determines whether |
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
Azure SDK for .NET