다음을 통해 공유


Subscription.Equals 메서드(구독)

지정된 구독이 현재 instance 같은지 확인합니다.

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

구문

'Declaration
Public Function Equals ( _
    other As Subscription _
) As Boolean
'Usage
Dim instance As Subscription
Dim other As Subscription
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    Subscription other
)
public:
virtual bool Equals(
    Subscription other
) sealed
abstract Equals : 
        other:Subscription -> bool 
override Equals : 
        other:Subscription -> bool 
public final function Equals(
    other : Subscription
) : boolean

매개 변수

반환 값

형식: System.Boolean
두 개체가 모두 같으면 true이고, 그렇지 않으면 false입니다.

구현

IEquatable<T>. Equals(T)

참고 항목

참조

구독 구조

같음 오버로드

Microsoft.Reactive.Testing 네임스페이스