EventColumnInfo.Key.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equality(EventColumnInfo+Key, EventColumnInfo+Key) | |
Equality(EventColumnInfo+Key, Object) | |
Equality(Object, EventColumnInfo+Key) |
Equality(EventColumnInfo+Key, EventColumnInfo+Key)
public static bool operator == (Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key * Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key -> bool
Public Shared Operator == (leftOperand As EventColumnInfo.Key, rightOperand As EventColumnInfo.Key) As Boolean
Parameters
- leftOperand
- EventColumnInfo.Key
- rightOperand
- EventColumnInfo.Key
Returns
Applies to
Equality(EventColumnInfo+Key, Object)
public static bool operator == (Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key * obj -> bool
Public Shared Operator == (leftOperand As EventColumnInfo.Key, obj As Object) As Boolean
Parameters
- leftOperand
- EventColumnInfo.Key
- obj
- Object
Returns
Applies to
Equality(Object, EventColumnInfo+Key)
public static bool operator == (object obj, Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As EventColumnInfo.Key) As Boolean
Parameters
- obj
- Object
- rightOperand
- EventColumnInfo.Key