TargetColumnInfo.Key.Equality Operator

Definition

Overloads

Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implements the operator ==.

Equality(TargetColumnInfo+Key, Object)

Implements the operator ==.

Equality(Object, TargetColumnInfo+Key)

Implements the operator ==.

Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implements the operator ==.

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

Parameters

leftOperand
TargetColumnInfo.Key

The left operand.

rightOperand
TargetColumnInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Equality(TargetColumnInfo+Key, Object)

Implements the operator ==.

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

Parameters

leftOperand
TargetColumnInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Equality(Object, TargetColumnInfo+Key)

Implements the operator ==.

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

Parameters

obj
Object

The obj.

rightOperand
TargetColumnInfo.Key

The right operand.

Returns

The result of the operator.

Applies to