JET_CONDITIONALCOLUMN. 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_CONDITIONALCOLUMN _
) As Boolean
'Usage
Dim instance As JET_CONDITIONALCOLUMN
Dim other As JET_CONDITIONALCOLUMN
Dim returnValue As Boolean

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

Parameter

Rückgabewert

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

Implementiert

IContentEquatable <T> . ContentEquals(T)

Weitere Informationen

Referenz

JET_CONDITIONALCOLUMN-Klasse

JET_CONDITIONALCOLUMN Member

Microsoft.Isam.Esent.Interop-Namespace