Reference

Comparison

Equality

Input Two equatable arguments (numbers, strings, booleans, timestamps, durations, lists, maps, sets, vectors, stacks, or queues).
Output True if they are equal. False otherwise.

Signature

Example

Inequality

Input Two equatable arguments (numbers, strings, booleans, timestamps, durations, lists, maps, sets, vectors, stacks, or queues).
Output True if they are not equal. False otherwise.

Signature

Example

Greater than

Input Two numbers, two strings, two timestamps, or two durations.
Output True if the first argument is greater than the second one. False otherwise.

Signature

Example

Less than

Input Two numbers, two strings, two timestamps, or two durations.
Output True if the first argument is less than the second one. False otherwise.

Signature

Example

Greater than or equal

Input Two numbers, two strings, two timestamps, or two durations.
Output True if the first argument is greater than or equal to the second one. False otherwise.

Signature

Example

Less than or equal

Input Two numbers, two strings, two timestamps, or two durations.
Output True if the first argument is less than or equal to the second one. False otherwise.

Signature

Example