Coggle requires JavaScript to display documents.
Returns true if $x is greater than $y
Returns true if $x is not equal to $y, or they are not of the same type
Returns true if $x is not equal to $y
Returns true if $x is equal to $y, and they are of the same type
Returns true if $x is equal to $y
Returns true if $x is less than $y
Returns true if $x is greater than or equal to $y
Returns true if $x is less than or equal to $y
Returns an integer less than, equal to, or greater than zero, depending on if $x is less than, equal to, or greater than $y.
Union of $x and $y
Returns true if $x and $y have the same key/value pairs
Returns true if $x and $y have the same key/value pairs in the same order and of the same types
Return true if $x is not identical to $y