EventInfo.Key.Equality 연산자

정의

오버로드

Name Description
Equality(EventInfo+Key, EventInfo+Key)

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

Equality(EventInfo+Key, Object)

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

Equality(Object, EventInfo+Key)

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

Equality(EventInfo+Key, EventInfo+Key)

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

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

매개 변수

leftOperand
EventInfo.Key

왼쪽 피연산자입니다.

rightOperand
EventInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상

Equality(EventInfo+Key, Object)

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

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

매개 변수

leftOperand
EventInfo.Key

왼쪽 피연산자입니다.

obj
Object

obj.

반품

연산자의 결과입니다.

적용 대상

Equality(Object, EventInfo+Key)

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

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

매개 변수

obj
Object

obj.

rightOperand
EventInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상