Gobo Eiffel Kernel Library
Copyright (c) 2001, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/12/22 22:48:16 $
$Revision: 1.6 $
-- Is current object less than other?
-- (ELKS 95 COMPARABLE)
-- Is current object less than or equal to other?
-- (ELKS 95 COMPARABLE)
-- Is current object greater than other?
-- (ELKS 95 COMPARABLE)
-- Is current object greater than or equal to other?
-- (ELKS 95 COMPARABLE)
-- Is other attached to an object considered equal
-- to current object?
-- (ELKS 95 COMPARABLE)
-- (From ANY)
-- The greater of current object and other
-- (ELKS 95 COMPARABLE)
-- The smaller of current object and other
-- (ELKS 95 COMPARABLE)
-- If current object equal to other, 0; if smaller,
-- -1; if greater, 1.
-- (ELKS 95 COMPARABLE)
Portable interface for class COMPARABLE