共用方式為


錄製的 < T > 。Equals 方法 (記錄 < 的 T >)

檢查指定的記錄物件是否等於目前的實例。

Namespace:Microsoft.Reactive.Testing
裝配: Microsoft.Reactive.Testing.dll) 中的 Microsoft.Reactive.Testing (

語法

'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 > .等於 T ()

另請參閱

參考

錄製的 < T > 結構

等於多載

Microsoft.Reactive.Testing 命名空間