AgentsEvaluationLevel.Inequality Operator

Definition

Determines if two AgentsEvaluationLevel values are not the same.

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

Parameters

left
AgentsEvaluationLevel

The left value to compare.

right
AgentsEvaluationLevel

The right value to compare.

Returns

Applies to