AgentsEvaluationLevel.Equality Operator

Definition

Determines if two AgentsEvaluationLevel values are the same.

public static bool operator ==(Azure.AI.Projects.Agents.AgentsEvaluationLevel left, Azure.AI.Projects.Agents.AgentsEvaluationLevel right);
static member ( = ) : 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