Equals
Compares the two input values and outputs True if they are the same. False if they are different.
Compares the two input values and outputs True if they are the same. False if they are different.
Compares the input values and outputs True if they are the same. False if they are different.
Returns True if input A is greater than or equal to input B.
Returns True if input A is greater than or equal to input B.
Returns True if input A is greater than input B.
Returns True if input A is greater than input B.
Returns True if input A is less than or equal to input B.
Returns True if input A is less than or equal to input B.
Returns True if input A is less than input B.
Returns True if input A is less than input B.
Compares the input values and outputs True if they are different. False if they are the same.