Condividi tramite


Operatore RelativeValue.Equality

Confronta due strutture RelativeValue.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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 non supporta gli operatori di overload.

Parametri

Valore restituito

Tipo: System.Boolean
true se le due strutture RelativeValue sono uguali; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RelativeValue Struttura

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF