JET_LGPOS. 같음 연산자

지정된 두 JET_LGPOS 인스턴스가 같은지 여부를 확인합니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
Public Shared Operator = ( _
    lhs As JET_LGPOS, _
    rhs As JET_LGPOS _
) As Boolean
'Usage
Dim lhs As JET_LGPOS
Dim rhs As JET_LGPOS
Dim returnValue As Boolean

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

매개 변수

반환 값

형식: System.Boolean
True이면 두 인스턴스가 같습니다.

추가 정보

참조

JET_LGPOS 구조체

JET_LGPOS 멤버

Microsoft.Isam.Esent.Interop 네임스페이스