TypeInfo.Key.Inequality 연산자

정의

오버로드

Inequality(TypeInfo+Key, TypeInfo+Key)

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

매개 변수

leftOperand
TypeInfo.Key
rightOperand
TypeInfo.Key

반품

적용 대상

Inequality(TypeInfo+Key, Object)

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

매개 변수

leftOperand
TypeInfo.Key
obj
Object

반품

적용 대상

Inequality(Object, TypeInfo+Key)

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

매개 변수

obj
Object
rightOperand
TypeInfo.Key

반품

적용 대상