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
- first
Tipo: Microsoft.Windows.Design.Interaction.RelativeValue
Primo oggetto RelativeValue da confrontare.
- second
Tipo: Microsoft.Windows.Design.Interaction.RelativeValue
Secondo oggetto RelativeValue da confrontare.
Valore restituito
Tipo: System.Boolean
true se le due strutture RelativeValue sono uguali; in caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction