录制的<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 命名空间