См. определение в файле BiosLobbyService.c строка 298
299 {
300
302 {
305
306 if (val1 == val2)
307 return 0;
308
309 if (val1 < val2)
310 return 1;
311
312 return -1;
313 }
314
315
317 if (comparisonResult == 0)
318 {
319
321 {
323 }
324 }
325
326 return comparisonResult;
327 }
string GetValueStr(ESortType sort_type)
int CompareTo(GetServersResultRow other, ESortType sortType)
int GetValueInt(ESortType sort_type)
Перекрестные ссылки CompareTo(), GetValueInt() и GetValueStr().
Используется в CompareTo() и ServerBrowserTab::SortedInsertEx().