Integer Comparator
Compares 2 integers with certain comparator.
Inputs
- A: First integer.
- Comparator: The comparator to use.
- Equals
- Not Equals
- Less Than
- Less Than Equals
- More Than
- More Than Equals
- B: Second integer.
Outputs
- Out: The boolean result whether it matches the comparator condition or not.