Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determine whether one commitid is equal to another commitid.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Operator = ( _
lhs As JET_COMMIT_ID, _
rhs As JET_COMMIT_ID _
) As Boolean
'Usage
Dim lhs As JET_COMMIT_ID
Dim rhs As JET_COMMIT_ID
Dim returnValue As Boolean
returnValue = (lhs = rhs)
public static bool operator ==(
JET_COMMIT_ID lhs,
JET_COMMIT_ID rhs
)
Parameters
lhs
Type: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDThe first commitid to compare.
rhs
Type: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDThe second commitid to compare.
Return value
Type: System.Boolean
True if lhs comes is equal to rhs.