JET_COLUMNCREATE. ContentEquals-Methode

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

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

Syntax

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

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

Parameter

Rückgabewert

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

Implementiert

IContentEquatable <T> . ContentEquals(T)

Siehe auch

Referenz

JET_COLUMNCREATE-Klasse

JET_COLUMNCREATE Member

Microsoft.Isam.Esent.Interop-Namespace