MapInfo.Key.Equality 연산자

정의

오버로드

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

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

Equality(MapInfo+Key, Object)

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

Equality(Object, MapInfo+Key)

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

Equality(MapInfo+Key, MapInfo+Key)

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

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

매개 변수

leftOperand
MapInfo.Key

왼쪽 피연산자입니다.

rightOperand
MapInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상

Equality(MapInfo+Key, Object)

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

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

매개 변수

leftOperand
MapInfo.Key

왼쪽 피연산자입니다.

obj
Object

obj.

반품

연산자의 결과입니다.

적용 대상

Equality(Object, MapInfo+Key)

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

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

매개 변수

obj
Object

obj.

rightOperand
MapInfo.Key

오른쪽 피연산자입니다.

반품

연산자의 결과입니다.

적용 대상