次の方法で共有


記録された<T>。Equals メソッド (記録された<T>)

特定の記録されたオブジェクトが現在のインスタンスと等しいかどうかを確認します。

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

パラメーター

戻り値

型: System.Boolean
両方のオブジェクトが等しい場合は True。それ以外の場合は false。

実装

IEquatable<T>.Equals(T)

参照

リファレンス

記録された<T> 構造体

等しいオーバーロード

Microsoft.Reactive.Testing 名前空間