特定の記録されたオブジェクトが現在のインスタンスと等しいかどうかを確認します。
Namespace:Microsoft.Reactive.Testing
アセンブリ: Microsoft.Reactive.Testing (Microsoft.Reactive.Testing.dll)
構文
'Declaration
Public Function Equals ( _
other As Recorded(Of T) _
) As Boolean
'Usage
Dim instance As Recorded
Dim other As Recorded(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
Recorded<T> other
)
public:
virtual bool Equals(
Recorded<T> other
) sealed
abstract Equals :
other:Recorded<'T> -> bool
override Equals :
other:Recorded<'T> -> bool
public final function Equals(
other : Recorded<T>
) : boolean
パラメーター
- other
種類: Microsoft.Reactive.Testing.Recorded<T>
等しいかどうかをチェックするために記録されたオブジェクト。
戻り値
型: System.Boolean
両方のオブジェクトが等しい場合は True。それ以外の場合は false。