AgentInsightRunTrigger.Inequality 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 AgentInsightRunTrigger values are not the same.
public static bool operator !=(Azure.AI.Projects.AgentInsightRunTrigger left, Azure.AI.Projects.AgentInsightRunTrigger right);
static member op_Inequality : Azure.AI.Projects.AgentInsightRunTrigger * Azure.AI.Projects.AgentInsightRunTrigger -> bool
Public Shared Operator != (left As AgentInsightRunTrigger, right As AgentInsightRunTrigger) As Boolean
Parameters
The left value to compare.
- right
- AgentInsightRunTrigger
The right value to compare.