interface Cmp {
    $cmp: [any, any];
}

Properties

Properties

$cmp: [any, any]

Returns 0 if the two values are equivalent, 1 if the first value is greater than the second, and -1 if the first value is less than the second.