EventInfo.Key.Equality Operator

Definition

Overloads

Equality(EventInfo+Key, EventInfo+Key)

Implements the operator ==.

Equality(EventInfo+Key, Object)

Implements the operator ==.

Equality(Object, EventInfo+Key)

Implements the operator ==.

Equality(EventInfo+Key, EventInfo+Key)

Implements the operator ==.

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

Parameters

leftOperand
EventInfo.Key

The left operand.

rightOperand
EventInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Equality(EventInfo+Key, Object)

Implements the operator ==.

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

Parameters

leftOperand
EventInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Equality(Object, EventInfo+Key)

Implements the operator ==.

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

Parameters

obj
Object

The obj.

rightOperand
EventInfo.Key

The right operand.

Returns

The result of the operator.

Applies to