DataLakeCustomerProvidedKey.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(DataLakeCustomerProvidedKey) |
Vérifie si deux CustomerProvidedKeyInfo sont égaux l’un à l’autre. |
Equals(Object) |
Vérifie si deux CustomerProvidedKeyInfo sont égaux l’un à l’autre. |
Equals(DataLakeCustomerProvidedKey)
Vérifie si deux CustomerProvidedKeyInfo sont égaux l’un à l’autre.
public bool Equals (Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey other);
override this.Equals : Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey -> bool
Public Function Equals (other As DataLakeCustomerProvidedKey) As Boolean
Paramètres
L’autre instance à laquelle comparer.
Retours
Implémente
S’applique à
Equals(Object)
Vérifie si deux CustomerProvidedKeyInfo sont égaux l’un à l’autre.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Paramètres
- obj
- Object
L’autre instance à laquelle comparer.
Retours
S’applique à
Azure SDK for .NET