Condividi tramite


Operatore TypeIdentifier.Equality

Determina se le istanze di TypeIdentifier specificate vengono considerate uguali.

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

Sintassi

'Dichiarazione
Public Shared Operator = ( _
    first As TypeIdentifier, _
    second As TypeIdentifier _
) As Boolean
public static bool operator ==(
    TypeIdentifier first,
    TypeIdentifier second
)
public:
static bool operator ==(
    TypeIdentifier first, 
    TypeIdentifier second
)
static let inline (=)
        first:TypeIdentifier * 
        second:TypeIdentifier  : bool
JScript non supporta gli operatori di overload.

Parametri

Valore restituito

Tipo: System.Boolean
true se first è uguale a second; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TypeIdentifier Struttura

Spazio dei nomi Microsoft.Windows.Design.Metadata