ClassShaderOutputBoolsynopsisCompare input1 and input2 with the following operators and return true or false:Equal (==)Not Equal (!=)Greater Than (>)Less Than (<)Greater Than or Equal (>=)Less Than or Equal (<=) test input1 input2