Method IsSorted
IsSorted(AtomicReader, Sort)
Returns true
if the given reader
is sorted by the specified sort
.
Declaration
public static bool IsSorted(AtomicReader reader, Sort sort)
Parameters
Type | Name | Description |
---|---|---|
AtomicReader | reader | |
Sort | sort |
Returns
Type | Description |
---|---|
System.Boolean |