Opérateur PredSourceInfo.Key.Equality (Object, PredSourceInfo.Key)
Implements the operator == that tests equality between an instance of PredSourceInfo.Key and another object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
obj As Object, _
rightOperand As PredSourceInfo.Key _
) As Boolean
'Utilisation
Dim obj As Object
Dim rightOperand As PredSourceInfo.Key
Dim returnValue As Boolean
returnValue = (obj = rightOperand)
public static bool operator ==(
Object obj,
PredSourceInfo.Key rightOperand
)
public:
static bool operator ==(
Object^ obj,
PredSourceInfo.Key^ rightOperand
)
static let inline(=)
obj:Object *
rightOperand:PredSourceInfo.Key : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.
Paramètres
- obj
Type : System.Object
A System.Object.
- rightOperand
Type : Microsoft.SqlServer.Management.XEvent.PredSourceInfo.Key
A PredSourceInfo.Key object.
Valeur de retour
Type : System.Boolean
A Boolean value that specifies the outcome of performing an equality operation on two objects. If True , the two objects are equal; otherwise False.