Undefined.Equals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Equals(Undefined) |
Détermine si |
Equals(Object) |
Détermine si l’autre provient Undefined du service Azure Cosmos DB. |
Equals(Undefined)
Détermine si other
provient Undefined du service Azure Cosmos DB.
public bool Equals (Microsoft.Azure.Documents.Undefined other);
override this.Equals : Microsoft.Azure.Documents.Undefined -> bool
Public Function Equals (other As Undefined) As Boolean
Paramètres
- other
- Undefined
Objet à comparer à l'objet actuel.
Retours
true si l'objet spécifié est égal à l'objet actuel ; sinon, false.
Implémente
S’applique à
Equals(Object)
Détermine si l’autre provient Undefined du service Azure Cosmos DB.
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Paramètres
- other
- Object
Objet à comparer à l'objet actuel.
Retours
true si l'objet spécifié est égal à l'objet actuel ; sinon, false.
S’applique à
Azure SDK for .NET