지정된 기록된 개체가 현재 instance 같은지 확인합니다.
네임스페이스: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입니다.