Equals Returns if a and b have the same value. c = a == b Types Left: float, Right: float, Result: bool Left: bool, Right: bool, Result: bool Left: vec3, Right: vec3, Result: bool Left: obj, Right: obj, Result: bool Left: null, Right: null, Result: null