檢查指定的記錄物件是否等於目前的實例。
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
參數
- 其他
類型:Microsoft.Reactive.Testing.Recorded<T>
要檢查是否相等的記錄物件。
傳回值
類型: System.Boolean
如果兩個物件相等,則為 True;否則為 false。