ActivityId.Inequality 연산자
Determines whether the two instances of activity are not 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는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.
매개 변수
- x
유형: Microsoft.SqlServer.XEvent.ActivityId
The first activity to compare.
- y
유형: Microsoft.SqlServer.XEvent.ActivityId
The second activity to compare.
반환 값
유형: System.Boolean
true if the two activities are not equal; otherwise, false.