INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Is current object less than 'other'?
-- Is current object less than or equal to 'other'?
-- Is current object greater than or equal to 'other'?
-- Is current object greater than 'other'?
-- Is 'other' attached to an object considered equal
-- to current object?
-- The greater of current object and 'other'
-- The smaller of current object and 'other'
-- If current object equal to 'other', 0; if smaller, -1; if greater, 1
-- Compare Current with 'other'.
-- '<' <==> Result < 0
-- '>' <==> Result > 0
-- Otherwise Result = 0
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |