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.
Determines whether two specified instances of JET_OSSNAPID are not equal.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
lhs As JET_OSSNAPID, _
rhs As JET_OSSNAPID _
) As Boolean
'Usage
Dim lhs As JET_OSSNAPID
Dim rhs As JET_OSSNAPID
Dim returnValue As Boolean
returnValue = (lhs <> rhs)
public static bool operator !=(
JET_OSSNAPID lhs,
JET_OSSNAPID rhs
)
Parameters
lhs
Type: Microsoft.Isam.Esent.Interop.JET_OSSNAPIDThe first instance to compare.
rhs
Type: Microsoft.Isam.Esent.Interop.JET_OSSNAPIDThe second instance to compare.
Return value
Type: System.Boolean
True if the two instances are not equal.