JET_TABLECREATE. 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_TABLECREATE _
) As Boolean
'Usage
Dim instance As JET_TABLECREATE
Dim other As JET_TABLECREATE
Dim returnValue As Boolean
returnValue = instance.ContentEquals(other)
public bool ContentEquals(
JET_TABLECREATE other
)
Parameter
Andere
Typ: Microsoft.Isam.Esent.Interop.JET_TABLECREATEEine -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)