이 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
매개 변수
- other
형식: System.Reactive.Notification<T>
이 instance 같음을 검사 다른 알림입니다.
반환 값
형식: System.Boolean
이 instance 다른 알림이 같으면 true이고, 그렇지 않으면 false입니다.