24.03.2011, 18:27
X < Y X is smaller than Y and Y is bigger than X
X > Y | X is bigger than Y and Y is smaller than X
X == Y | X equals Y
X <= Y | X is smaller or equals Y
X >= Y | X is bigger of equals Y
X > Y | X is bigger than Y and Y is smaller than X
X == Y | X equals Y
X <= Y | X is smaller or equals Y
X >= Y | X is bigger of equals Y