JET_SETCOLUMN. 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_SETCOLUMN _
) As Boolean
'Usage
Dim instance As JET_SETCOLUMN
Dim other As JET_SETCOLUMN
Dim returnValue As Boolean
returnValue = instance.ContentEquals(other)
public bool ContentEquals(
JET_SETCOLUMN other
)
Parameter
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_SETCOLUMNEine -Instanz, die mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
TRUE, wenn die beiden Instanzen gleich sind.
Implementiert
IContentEquatable <T> . ContentEquals(T)