指定されたサブスクリプションが現在のインスタンスと等しいかどうかを確認します。
Namespace: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
パラメーター
- other
種類: Microsoft.Reactive.Testing.Subscription
等しいかどうかをチェックするサブスクリプション オブジェクト。
戻り値
型: System.Boolean
両方のオブジェクトが等しい場合は true。それ以外の場合は false。