Skip to main content
A newer version of this page is available.
All docs
V18.2

SortingInfoList.EqualityComparer.Equals(SortingInfoList, SortingInfoList) Method

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public static bool Equals(
    SortingInfoList x,
    SortingInfoList y
)

Parameters

Name Type
x SortingInfoList
y SortingInfoList

Returns

Type
Boolean
See Also