Share via


JET_THREADSTATS. Equals-Methode (JET_THREADSTATS)

Gibt einen Wert zurück, der angibt, ob dieser instance gleich einem anderen instance ist.

Namespace:Microsoft.Isam.Esent.Interop.Vista
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As JET_THREADSTATS _
) As Boolean
'Usage
Dim instance As JET_THREADSTATS
Dim other As JET_THREADSTATS
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    JET_THREADSTATS other
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn die beiden Instanzen gleich sind.

Implementiert

IEquatable<T>. Gleich(T)

Siehe auch

Verweis

JET_THREADSTATS Struktur

JET_THREADSTATS-Mitglieder

Gleich Überladung

Microsoft.Isam.Esent.Interop.Vista-Namespace