См. определение в файле BiosLobbyService.c строка 272
273 {
274
276 {
279
280 if (val1 == val2)
281 return 0;
282
283 if (val1 < val2)
284 return 1;
285
286 return -1;
287 }
288
289
291 if (comparisonResult == 0)
292 {
293
295 {
297 }
298 }
299
300 return comparisonResult;
301 }
string GetValueStr(ESortType sort_type)
int CompareTo(GetServersResultRow other, ESortType sortType)
int GetValueInt(ESortType sort_type)
Перекрестные ссылки CompareTo(), GetValueInt() и GetValueStr().
Используется в CompareTo() и ServerBrowserTab::SortedInsertEx().