JET_LS.Equality operator

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

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

Parameters

Return value

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

See also

Reference

JET_LS structure

JET_LS members

Microsoft.Isam.Esent.Interop namespace