共用方式為


IdKey.Inequality 運算子 (IdKey, IdKey)

Indicates whether the two specified key objects have different values using the specified operands.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
Public Shared Operator <> ( _
    leftOperand As IdKey, _
    rightOperand As IdKey _
) As Boolean
'用途
Dim leftOperand As IdKey 
Dim rightOperand As IdKey 
Dim returnValue As Boolean 

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    IdKey leftOperand,
    IdKey rightOperand
)
public:
static bool operator !=(
    IdKey^ leftOperand, 
    IdKey^ rightOperand
)
static let inline(<>)
        leftOperand:IdKey * 
        rightOperand:IdKey  : bool
JScript 支援多載運算子的使用,但不支援新運算子的宣告。

參數

傳回值

型別:System.Boolean
true if the two specified key objects have different values using the specified operands; otherwise, false.

請參閱

參考

IdKey 類別

Inequality 多載

Microsoft.SqlServer.Management.IntegrationServices 命名空間