Session.Key.Equality Operator

Definition

Overloads

Equality(Session+Key, Session+Key)
Equality(Session+Key, Object)
Equality(Object, Session+Key)

Equality(Session+Key, Session+Key)

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

Parameters

leftOperand
Session.Key
rightOperand
Session.Key

Returns

Applies to

Equality(Session+Key, Object)

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

Parameters

leftOperand
Session.Key
obj
Object

Returns

Applies to

Equality(Object, Session+Key)

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

Parameters

obj
Object
rightOperand
Session.Key

Returns

Applies to