ModelProperty.Inequality, opérateur
Détermine si deux objets ModelProperty spécifiés ne sont pas identiques.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Operator <> ( _
first As ModelProperty, _
second As ModelProperty _
) As Boolean
public static bool operator !=(
ModelProperty first,
ModelProperty second
)
public:
static bool operator !=(
ModelProperty^ first,
ModelProperty^ second
)
static let inline (<>)
first:ModelProperty *
second:ModelProperty : bool
JScript ne prend pas en charge les opérateurs surchargés.
Paramètres
- first
Type : Microsoft.Windows.Design.Model.ModelProperty
ModelProperty à comparer.
- second
Type : Microsoft.Windows.Design.Model.ModelProperty
ModelProperty à comparer.
Valeur de retour
Type : System.Boolean
true si les propriétés ne sont pas égales ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Model, espace de noms