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