Notification<T>.Inequality Operator

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Notification<T> Class

Microsoft.Phone.Reactive Namespace