次の方法で共有


DataFactoryElementKind.Inequality 演算子

定義

2 つの DataFactoryElementKind インスタンスの不等値を比較します。

public static bool operator != (Azure.Core.Expressions.DataFactory.DataFactoryElementKind left, Azure.Core.Expressions.DataFactory.DataFactoryElementKind right);
static member op_Inequality : Azure.Core.Expressions.DataFactory.DataFactoryElementKind * Azure.Core.Expressions.DataFactory.DataFactoryElementKind -> bool
Public Shared Operator != (left As DataFactoryElementKind, right As DataFactoryElementKind) As Boolean

パラメーター

left
DataFactoryElementKind

比較する種類。

right
DataFactoryElementKind

比較対象の種類。

戻り値

trueと のleftright値が 等しい場合DataFactoryElementKindは 。それ以外の場合falseは 。

適用対象