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