Compartir a través de


Notification<T>.Equality (Operador)

Espacio de nombres:  Microsoft.Phone.Reactive
Ensamblado:  Microsoft.Phone.Reactive (en Microsoft.Phone.Reactive.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Notification<T> Clase

Microsoft.Phone.Reactive (Espacio de nombres)