DataFactoryElementKind.Inequality 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
比較する種類。
- right
- DataFactoryElementKind
比較対象の種類。
戻り値
true
と のleft
right
値が 等しい場合DataFactoryElementKindは 。それ以外の場合false
は 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET