MapInfo.Key.Equality Operator

Definition

Overloads

Equality(MapInfo+Key, MapInfo+Key)

Implements the operator ==.

Equality(MapInfo+Key, Object)

Implements the operator ==.

Equality(Object, MapInfo+Key)

Implements the operator ==.

Equality(MapInfo+Key, MapInfo+Key)

Implements the operator ==.

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

Parameters

leftOperand
MapInfo.Key

The left operand.

rightOperand
MapInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Equality(MapInfo+Key, Object)

Implements the operator ==.

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

Parameters

leftOperand
MapInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Equality(Object, MapInfo+Key)

Implements the operator ==.

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

Parameters

obj
Object

The obj.

rightOperand
MapInfo.Key

The right operand.

Returns

The result of the operator.

Applies to