JET_COMMIT_ID.Equals method (JET_COMMIT_ID)
Returns a value indicating whether this instance is equal to another instance.
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
)
Parameters
other
Type: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDAn object to compare with this instance.
Return value
Type: System.Boolean
true if the two instances are equal.