CPComparisonResult


Global Variables
CPOrderedSame = 0
        The left and right operands are equal.
CPOrderedAscending = -1
        The left operand is smaller than the right.
CPOrderedDescending = 1
        The left operand is greater than the right.