Notification<T>. Equals, méthode (notification<T>)
Indique si cette instance et les autres sont égales.
Namespace:System.Reactive
Assemblée: System.Reactive (en System.Reactive.dll)
Syntaxe
'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
Paramètres
- other
Type : System.Reactive.Notification<T>
L’autre notification à case activée égalité avec cette instance.
Valeur de retour
Type : System.Boolean
true si cette instance et l’autre notification sont égales ; sinon, false.