Share via


EvaluatorCategory.Inequality(EvaluatorCategory, EvaluatorCategory) Operator

Definition

Determines if two EvaluatorCategory values are not the same.

public static bool operator !=(Azure.AI.Projects.EvaluatorCategory left, Azure.AI.Projects.EvaluatorCategory right);
static member op_Inequality : Azure.AI.Projects.EvaluatorCategory * Azure.AI.Projects.EvaluatorCategory -> bool
Public Shared Operator != (left As EvaluatorCategory, right As EvaluatorCategory) As Boolean

Parameters

left
EvaluatorCategory

The left value to compare.

right
EvaluatorCategory

The right value to compare.

Returns

Applies to