Compare two wrapped values for ordering. Return-1 if x.value < y.value, 0 if x.value == y.value, or 1 if x.value > y.value.
-1 if x.value < y.value, 0 if x.value == y.value, or 1 if x.value > y.value.
x.value < y.value
x.value == y.value
x.value > y.value
First object for comparison.
Second object for comparison.