Language

AgentInsightStatus.Equality(AgentInsightStatus, AgentInsightStatus) Operator

Definition

Determines if two AgentInsightStatus values are the same.

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

Parameters

left
AgentInsightStatus

The left value to compare.

right
AgentInsightStatus

The right value to compare.

Returns

Applies to