Partager via


Notification<T>.Equality, opérateur

Espace de noms :  Microsoft.Phone.Reactive
Assembly :  Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

Notification<T> Classe

Microsoft.Phone.Reactive, espace de noms