JET_COMMIT_ID.Equals-Methode (JET_COMMIT_ID)
Gibt einen Wert zurück, der angibt, ob diese Instanz gleich einer anderen Instanz ist.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Function Equals ( _
other As JET_COMMIT_ID _
) As Boolean
'Usage
Dim instance As JET_COMMIT_ID
Dim other As JET_COMMIT_ID
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
JET_COMMIT_ID other
)
Parameter
Andere
Typ: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDEin Objekt, das mit dieser Instanz verglichen werden soll.
Rückgabewert
Typ: System.Boolean
TRUE, wenn die beiden Instanzen gleich sind.