Inequality 演算子 (Condition.Key, Condition.Key)

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Operator <> ( _
    leftOperand As Condition..::..Key, _
    rightOperand As Condition..::..Key _
) As Boolean
'使用
Dim leftOperand As Condition..::..Key
Dim rightOperand As Condition..::..Key
Dim returnValue As Boolean

returnValue = (leftOperand <> rightOperand)
public static bool operator !=(
    Condition..::..Key leftOperand,
    Condition..::..Key rightOperand
)
public:
static bool operator !=(
    Condition..::..Key^ leftOperand, 
    Condition..::..Key^ rightOperand
)
static let inline (<>)
        leftOperand:Condition..::..Key * 
        rightOperand:Condition..::..Key  : bool
JScript はオーバーロードされた演算子の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: System. . :: . .Boolean