Operator Inequality (Object, EvaluationHistory.Key)
Określa, czy obiekt jest identyfikowany przez Object jest inny niż obiekt identyfikowane przez EvaluationHistory..::..Key.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Syntax
'Deklaracja
Public Shared Operator <> ( _
obj As Object, _
rightOperand As EvaluationHistory..::..Key _
) As Boolean
'Użycie
Dim obj As Object
Dim rightOperand As EvaluationHistory..::..Key
Dim returnValue As Boolean
returnValue = (obj <> rightOperand)
public static bool operator !=(
Object obj,
EvaluationHistory..::..Key rightOperand
)
public:
static bool operator !=(
Object^ obj,
EvaluationHistory..::..Key^ rightOperand
)
static let inline (<>)
obj:Object *
rightOperand:EvaluationHistory..::..Key : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- obj
Typ: System. . :: . .Object
A Object obiekt, który identyfikuje pierwszego obiektu.
- rightOperand
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .EvaluationHistory. . :: . .Key
A EvaluationHistory..::..Key obiekt, który identyfikuje drugiego obiektu.
Wartość zwracana
Typ: System. . :: . .Boolean
A Boolean wartość, która jest true Jeśli obiekty są różne, w przeciwnym razie false.