Share via


ListSortOrder.Inequality(ListSortOrder, ListSortOrder) Operator

Definition

Determines if two ListSortOrder values are not the same.

public static bool operator !=(Azure.AI.Agents.Persistent.ListSortOrder left, Azure.AI.Agents.Persistent.ListSortOrder right);
static member op_Inequality : 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