TiebreakCompare Class
Extends IComparer< TCompared >
A utility class used to combine a custom hit-test result compare function with a tiebreak compare function without boxing.
OthersTFirstComparerThe type of comparer used before the tiebreaker.
TTiebreakComparerThe type of tiebreak comparer
TComparedThe type being compared.
TFirstComparer Comparer[Get]
TTiebreakComparer Tiebreaker[Get]
int Compare ( TCompared x,
TCompared y )