Condividi tramite


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

Indica se questa istanza e altre sono uguali.

Spazio dei nomi:System.Reactive
Assemblea: System.Reactive (in System.Reactive.dll)

Sintassi

'Declaration
Public MustOverride Function Equals ( _
    other As Notification(Of T) _
) As Boolean
'Usage
Dim instance As Notification
Dim other As Notification(Of T)
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public abstract bool Equals(
    Notification<T> other
)
public:
virtual bool Equals(
    Notification<T>^ other
) abstract
abstract Equals : 
        other:Notification<'T> -> bool 
public abstract function Equals(
    other : Notification<T>
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true se questa istanza e l'altra notifica sono uguali; in caso contrario, false.

Implementazioni

IEquatable<T>. Equals(T)

Vedere anche

Riferimento

Classe T> notification<

Equals Overload

Spazio dei nomi System.Reactive