SortComparer

12 Sep 20251 minute to read

SortComparer is a function type that takes two ValueType arguments and returns a number.
The function is used for comparing two values for sorting purposes.

Paramter Name Type
x ValueType
y ValueType