API reference
API reference
Select your platform
No SDKs available
No versions available

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.
Others
TFirstComparer
The type of comparer used before the tiebreaker.
TTiebreakComparer
The type of tiebreak comparer
TCompared
The type being compared.

Fields

TFirstComparer Comparer[Get]
TTiebreakComparer Tiebreaker[Get]

Member Functions

int Compare
( TCompared x,
TCompared y )
Did you find this page helpful?