Freigeben über


ModelProperty.Equality-Operator

Bestimmt, ob zwei ModelProperty-Objekte gleich sind.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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 unterstützt keine überladenene Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die Eigenschaften gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelProperty Klasse

Microsoft.Windows.Design.Model-Namespace

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers