Share via


DataFactoryElementKind.Equality Operator

Definition

Compares equality of two DataFactoryElementKind instances.

public static bool operator == (Azure.Core.Expressions.DataFactory.DataFactoryElementKind left, Azure.Core.Expressions.DataFactory.DataFactoryElementKind right);
static member ( = ) : 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