Udostępnij za pośrednictwem


Nagrany<T>. Equals, metoda (Recorded<T>)

Sprawdza, czy dany zarejestrowany obiekt jest równy bieżącemu wystąpieniu.

Przestrzeń nazw:Microsoft.Reactive.Testing
Zestawu: Microsoft.Reactive.Testing (w Microsoft.Reactive.Testing.dll)

Składnia

'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

Parametry

Wartość zwracana

Typ: System.Boolean
Prawda, jeśli oba obiekty są równe; w przeciwnym razie, fałsz.

Implementuje

IEquatable<T>. Equals(T)

Zobacz też

Odwołanie

Zarejestrowana<struktura T>

Przeciążenie równości

Microsoft.Reactive.Testing, przestrzeń nazw