RelativeValue.Equality-Operator

Vergleicht zwei RelativeValue-Strukturen.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die beiden RelativeValue-Strukturen gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativeValue Struktur

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit