BreakpointInfo.Equality 연산자

Indicates whether the two breakpoints are equal.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Shared Operator = ( _
    bp1 As BreakpointInfo, _
    bp2 As BreakpointInfo _
) As Boolean
‘사용 방법
Dim bp1 As BreakpointInfo 
Dim bp2 As BreakpointInfo 
Dim returnValue As Boolean 

returnValue = (bp1 = bp2)
public static bool operator ==(
    BreakpointInfo bp1,
    BreakpointInfo bp2
)
public:
static bool operator ==(
    BreakpointInfo^ bp1, 
    BreakpointInfo^ bp2
)
static let inline(=)
        bp1:BreakpointInfo * 
        bp2:BreakpointInfo  : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: System.Boolean
true if the two breakpoints are equal; otherwise, false.

참고 항목

참조

BreakpointInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스