Freigeben über


JET_COLUMNBASE. Equals-Methode (JET_COLUMNBASE)

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

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IEquatable<T>. Gleich(T)

Weitere Informationen

Verweis

JET_COLUMNBASE-Klasse

JET_COLUMNBASE-Mitglieder

Gleich Überladung

Microsoft.Isam.Esent.Interop-Namespace