Navigation: Code Documentation > RSCommon > DataStructures
DataStructures Delegates
Name
Description
TCompareFunc
Compare two objects on the heap. Return -1, 0 (equal), or 1
TICompareFunc
Compare two interfaces on the heap. Return -1, 0 (equal), or 1
Top