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