NotEquals Returns if the value of a is not equal to the value of b. c = a != b Types Left: float, Right: float, Result: bool Left: bool, Right: bool, Result: bool Left: vec3, Right: vec3, Result: bool Left: null, Right: null, Result: null