Partager via


DataLakeCustomerProvidedKey.Inequality Opérateur

Définition

Vérifiez si deux instances CustomerProvidedKeyInfo ne sont pas égales.

public static bool operator != (Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey left, Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey right);
static member op_Inequality : Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey * Azure.Storage.Files.DataLake.Models.DataLakeCustomerProvidedKey -> bool
Public Shared Operator != (left As DataLakeCustomerProvidedKey, right As DataLakeCustomerProvidedKey) As Boolean

Paramètres

left
DataLakeCustomerProvidedKey

Première instance à comparer.

right
DataLakeCustomerProvidedKey

Deuxième instance à comparer.

Retours

True s’ils ne sont pas égaux, false sinon.

S’applique à