SortDescription Struct

Definition

Defines the direction and the property name to be used as the criteria for sorting a collection.

public value class SortDescription
public struct SortDescription
type SortDescription = struct
Public Structure SortDescription
Inheritance
SortDescription

Constructors

SortDescription(String, ListSortDirection)

Initializes a new instance of the SortDescription structure.

Properties

Direction

Gets or sets a value that indicates whether to sort in ascending or descending order.

IsSealed

Gets a value that indicates whether this object is in an immutable state.

PropertyName

Gets or sets the property name being used as the sorting criteria.

Methods

Equals(Object)

Compares the specified instance and the current instance of SortDescription for value equality.

GetHashCode()

Returns the hash code for this instance of SortDescription.

Operators

Equality(SortDescription, SortDescription)

Compares two SortDescription objects for value equality.

Inequality(SortDescription, SortDescription)

Compares two SortDescription objects for value inequality.

Applies to