EventColumnInfo.Key.Equality 연산자

정의

오버로드

Equality(EventColumnInfo+Key, EventColumnInfo+Key)

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

매개 변수

leftOperand
EventColumnInfo.Key
rightOperand
EventColumnInfo.Key

반품

적용 대상

Equality(EventColumnInfo+Key, Object)

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

매개 변수

leftOperand
EventColumnInfo.Key
obj
Object

반품

적용 대상

Equality(Object, EventColumnInfo+Key)

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

매개 변수

obj
Object
rightOperand
EventColumnInfo.Key

반품

적용 대상