Share via


JET_COLUMNDEF. ContentEquals-Methode

Gibt einen Wert zurück, der angibt, ob dieser instance einer anderen instance entspricht.

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

Syntax

'Declaration
Public Function ContentEquals ( _
    other As JET_COLUMNDEF _
) As Boolean
'Usage
Dim instance As JET_COLUMNDEF
Dim other As JET_COLUMNDEF
Dim returnValue As Boolean

returnValue = instance.ContentEquals(other)
public bool ContentEquals(
    JET_COLUMNDEF other
)

Parameter

Rückgabewert

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

Implementiert

IContentEquatable<T>. ContentEquals(T)

Siehe auch

Verweis

JET_COLUMNDEF-Klasse

JET_COLUMNDEF-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace