Operatore Notification<T>.Inequality
Spazio dei nomi: Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Sintassi
'Dichiarazione
Public Shared Operator <> ( _
left As Notification(Of T), _
right As Notification(Of T) _
) As Boolean
public static bool operator !=(
Notification<T> left,
Notification<T> right
)
public:
static bool operator !=(
Notification<T>^ left,
Notification<T>^ right
)
static let inline (<>)
left:Notification<'T> *
right:Notification<'T> : bool
Parametri
- left
Tipo: Microsoft.Phone.Reactive.Notification<T>
- right
Tipo: Microsoft.Phone.Reactive.Notification<T>
Valore restituito
Tipo: System.Boolean
Informazioni sulla versione
.NET per applicazioni Windows Phone
Supportato in: Windows Phone 8, Silverlight 8.1
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.