Edit

JET_SIGNATURE.Equality operator

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

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

Parameters

Return value

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

See also

Reference

JET_SIGNATURE structure

JET_SIGNATURE members

Microsoft.Isam.Esent.Interop namespace