Partager via


DataType.Inequality(DataType, DataType) Opérateur

Définition

Compare deux valeurs DataType pour l’inégalité.

public static bool operator != (Microsoft.Azure.Search.Models.DataType lhs, Microsoft.Azure.Search.Models.DataType rhs);
static member op_Inequality : Microsoft.Azure.Search.Models.DataType * Microsoft.Azure.Search.Models.DataType -> bool
Public Shared Operator != (lhs As DataType, rhs As DataType) As Boolean

Paramètres

lhs
DataType

Premier DataType à comparer.

rhs
DataType

Deuxième DataType à comparer.

Retours

true si les objets DataType ne sont pas égaux ; false dans le cas contraire.

S’applique à