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