MapValue.Inequality 연산자

Indicates whether the two specified map keys are not equal.

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

구문

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

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

매개 변수

반환 값

유형: System.Boolean
True if the two specified map keys are not equal; otherwise, false.

참고 항목

참조

MapValue 클래스

Microsoft.SqlServer.XEvent 네임스페이스