JET_SESID.Equality operator

Determines whether two specified instances of JET_SESID are 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_SESID, _
    rhs As JET_SESID _
) As Boolean
'Usage
Dim lhs As JET_SESID
Dim rhs As JET_SESID
Dim returnValue As Boolean

returnValue = (lhs = rhs)
public static bool operator ==(
    JET_SESID lhs,
    JET_SESID rhs
)

Parameters

Return value

Type: System.Boolean
True if the two instances are equal.

See also

Reference

JET_SESID structure

JET_SESID members

Microsoft.Isam.Esent.Interop namespace