다음을 통해 공유


기록된<T>. Equals 메서드(기록된<T>)

지정된 기록된 개체가 현재 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

매개 변수

반환 값

형식: System.Boolean
두 개체가 모두 같으면 True이고, 그렇지 않으면 false입니다.

구현

IEquatable<T>. Equals(T)

참고 항목

참조

기록된<T> 구조체

같음 오버로드

Microsoft.Reactive.Testing 네임스페이스