AgentInsightSeverity.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two AgentInsightSeverity values are the same.
public static bool operator ==(Azure.AI.Projects.AgentInsightSeverity left, Azure.AI.Projects.AgentInsightSeverity right);
static member ( = ) : 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.