Share via


ListSortOrder.Equality(ListSortOrder, ListSortOrder) Operator

Definition

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

Returns

Applies to