Share via


Metodo Notification<T>.Equals (Notification<T>)

Spazio dei nomi:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Sintassi

'Dichiarazione
Public MustOverride Function Equals ( _
    other As Notification(Of T) _
) As Boolean
public abstract bool Equals(
    Notification<T> other
)
public:
virtual bool Equals(
    Notification<T>^ other
) abstract
abstract Equals : 
        other:Notification<'T> -> bool 

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

IEquatable<T>.Equals(T)

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

Overload Equals

Spazio dei nomi Microsoft.Phone.Reactive