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