Beispiel #1
0
 public int Compare(
     object firstValue,
     object secondValue)
 {
     return(CollectionUtil.CompareValues(firstValue, secondValue, _isDescendingValue));
 }