Share via


AgentListOrder Struct

Definition

public readonly struct AgentListOrder : IEquatable<Azure.AI.Projects.AgentListOrder>
type AgentListOrder = struct
Public Structure AgentListOrder
Implements IEquatable(Of AgentListOrder)
Inheritance
AgentListOrder
Implements

Constructors

Name Description
AgentListOrder(String)

Initializes a new instance of AgentListOrder.

Properties

Name Description
Ascending
Descending

Methods

Name Description
Equals(AgentListOrder)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AgentListOrder, AgentListOrder)

Determines if two AgentListOrder values are the same.

Implicit(String to AgentListOrder)

Converts a string to a AgentListOrder.

Implicit(String to Nullable<AgentListOrder>)
Inequality(AgentListOrder, AgentListOrder)

Determines if two AgentListOrder values are not the same.

Applies to