Language

AgentInsightStatus.Inequality(AgentInsightStatus, AgentInsightStatus) Operator

Definition

Determines if two AgentInsightStatus values are not the same.

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