ActivityId.Equality 연산자

Determines whether the two instances of activity are equal.

네임스페이스:  Microsoft.SqlServer.XEvent
어셈블리:  Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)

구문

‘선언
Public Shared Operator = ( _
    x As ActivityId, _
    y As ActivityId _
) As Boolean
‘사용 방법
Dim x As ActivityId 
Dim y As ActivityId 
Dim returnValue As Boolean 

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

매개 변수

반환 값

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

참고 항목

참조

ActivityId 클래스

Microsoft.SqlServer.XEvent 네임스페이스