共用方式為


DataFactoryElementKind.Inequality Operator

Definition

Compares inequality of two DataFactoryElementKind instances.

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

Parameters

left
DataFactoryElementKind

The kind to compare.

right
DataFactoryElementKind

The kind to compare against.

Returns

true if DataFactoryElementKind values are equal for left and right, otherwise false.

Applies to