Language

AgentInsightSeverity.Inequality Operator

Definition

Determines if two AgentInsightSeverity values are not the same.

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

Parameters

left
AgentInsightSeverity

The left value to compare.

right
AgentInsightSeverity

The right value to compare.

Returns

Applies to