RelativePosition.Equality-Operator

Vergleicht zwei RelativePosition-Objekte.

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die beiden RelativePosition-Objekte gleich sind, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePosition Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit