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

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

Vedere anche

Riferimenti

Notification<T> Classe

Spazio dei nomi Microsoft.Phone.Reactive