Aracılığıyla paylaş


Bildirim<T>. Equals Yöntemi (Bildirim<T>)

Bu örneğin ve diğer örneğin eşit olup olmadığını gösterir.

Ad Alanı:System.Reactive
Derleme: System.Reactive (System.Reactive.dll içinde)

Söz dizimi

'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

Parametreler

Dönüş Değeri

Tür: System.Boolean
bu örnek ve diğer bildirim eşitse true; aksi takdirde false.

Uygulamalar

IEquatable<T>. Eşittir(T)

Ayrıca Bkz.

Başvuru

Notification<T> Sınıfı

Eşittir Aşırı Yüklemesi

System.Reactive Ad Alanı