Freigeben über


PropertyIdentifier.Equality-Operator

Bestimmt, ob die angegebenen PropertyIdentifier-Instanzen als gleich betrachtet werden.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    first As PropertyIdentifier, _
    second As PropertyIdentifier _
) As Boolean
public static bool operator ==(
    PropertyIdentifier first,
    PropertyIdentifier second
)
public:
static bool operator ==(
    PropertyIdentifier first, 
    PropertyIdentifier second
)
static let inline (=)
        first:PropertyIdentifier * 
        second:PropertyIdentifier  : bool
JScript unterstützt keine überladenene Operatoren.

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn first und second gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyIdentifier Struktur

Microsoft.Windows.Design.Metadata-Namespace