AgentInsightStatus.Inequality(AgentInsightStatus, AgentInsightStatus) 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 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.