JET_RECSIZE. Equals-Methode (JET_RECSIZE)

Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz ist.

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IEquatable <T> . Equals(T)

Siehe auch

Referenz

JET_RECSIZE Struktur

JET_RECSIZE-Member

Equals-Überladung

Microsoft.Isam.Esent.Interop.Vista-Namespace