TargetField.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(TargetField+Key, TargetField+Key) |
Implements the operator ==. |
Equality(TargetField+Key, Object) |
Implements the operator ==. |
Equality(Object, TargetField+Key) |
Implements the operator ==. |
Equality(TargetField+Key, TargetField+Key)
Implements the operator ==.
public static bool operator == (Microsoft.SqlServer.Management.XEvent.TargetField.Key leftOperand, Microsoft.SqlServer.Management.XEvent.TargetField.Key rightOperand);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.TargetField.Key * Microsoft.SqlServer.Management.XEvent.TargetField.Key -> bool
Public Shared Operator == (leftOperand As TargetField.Key, rightOperand As TargetField.Key) As Boolean
Parameters
- leftOperand
- TargetField.Key
The left operand.
- rightOperand
- TargetField.Key
The right operand.
Returns
The result of the operator.
Applies to
Equality(TargetField+Key, Object)
Implements the operator ==.
public static bool operator == (Microsoft.SqlServer.Management.XEvent.TargetField.Key leftOperand, object obj);
static member ( = ) : Microsoft.SqlServer.Management.XEvent.TargetField.Key * obj -> bool
Public Shared Operator == (leftOperand As TargetField.Key, obj As Object) As Boolean
Parameters
- leftOperand
- TargetField.Key
The left operand.
- obj
- Object
The obj.
Returns
The result of the operator.
Applies to
Equality(Object, TargetField+Key)
Implements the operator ==.
public static bool operator == (object obj, Microsoft.SqlServer.Management.XEvent.TargetField.Key rightOperand);
static member ( = ) : obj * Microsoft.SqlServer.Management.XEvent.TargetField.Key -> bool
Public Shared Operator == (obj As Object, rightOperand As TargetField.Key) As Boolean
Parameters
- obj
- Object
The obj.
- rightOperand
- TargetField.Key
The right operand.
Returns
The result of the operator.