다음을 통해 공유


알림<T>. Equals 메서드(알림<T>)

이 instance 및 기타가 같은지 여부를 나타냅니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)

구문

'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

매개 변수

반환 값

형식: System.Boolean
이 instance 다른 알림이 같으면 true이고, 그렇지 않으면 false입니다.

구현

IEquatable<T>. Equals(T)

참고 항목

참조

Notification<T> 클래스

같음 오버로드

System.Reactive 네임스페이스