Partager via


TypeIdentifier.Inequality, opérateur

Détermine si les instances de TypeIdentifier spécifiées ne sont pas considérées comme égales.

Espace de noms :  Microsoft.Windows.Design.Metadata
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
Public Shared Operator <> ( _
    first As TypeIdentifier, _
    second As TypeIdentifier _
) As Boolean
public static bool operator !=(
    TypeIdentifier first,
    TypeIdentifier second
)
public:
static bool operator !=(
    TypeIdentifier first, 
    TypeIdentifier second
)
static let inline (<>)
        first:TypeIdentifier * 
        second:TypeIdentifier  : bool
JScript ne prend pas en charge les opérateurs surchargés.

Paramètres

Valeur de retour

Type : System.Boolean
true si first n'est pas égal à second ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

TypeIdentifier Structure

Microsoft.Windows.Design.Metadata, espace de noms