Lenguaje

MapInfo.Key.Equality Operador

Definición

Sobrecargas

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

Implementa el operador ==.

Equality(MapInfo+Key, Object)

Implementa el operador ==.

Equality(Object, MapInfo+Key)

Implementa el operador ==.

Equality(MapInfo+Key, MapInfo+Key)

Implementa el operador ==.

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

Parámetros

leftOperand
MapInfo.Key

Operando izquierdo.

rightOperand
MapInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a

Equality(MapInfo+Key, Object)

Implementa el operador ==.

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

Parámetros

leftOperand
MapInfo.Key

Operando izquierdo.

obj
Object

El obj.

Devoluciones

Resultado del operador.

Se aplica a

Equality(Object, MapInfo+Key)

Implementa el operador ==.

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

Parámetros

obj
Object

El obj.

rightOperand
MapInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a