PredCompareInfo.Key.Inequality 연산자

정의

오버로드

Name Description
Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

!=연산자를 구현합니다.

Inequality(PredCompareInfo+Key, Object)

!=연산자를 구현합니다.

Inequality(Object, PredCompareInfo+Key)

!=연산자를 구현합니다.

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

!=연산자를 구현합니다.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, rightOperand As PredCompareInfo.Key) As Boolean

매개 변수

leftOperand
PredCompareInfo.Key

왼쪽 피연산자입니다.

rightOperand
PredCompareInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상

Inequality(PredCompareInfo+Key, Object)

!=연산자를 구현합니다.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, obj As Object) As Boolean

매개 변수

leftOperand
PredCompareInfo.Key

왼쪽 피연산자입니다.

obj
Object

obj.

반품

연산자의 결과입니다.

적용 대상

Inequality(Object, PredCompareInfo+Key)

!=연산자를 구현합니다.

public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As PredCompareInfo.Key) As Boolean

매개 변수

obj
Object

obj.

rightOperand
PredCompareInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상