RectOperator ( Rect == Rect )On this pageOperator ( Rect == Rect ) Returns true if the rectangles are the same. LHS TypeSymbolRHS TypeResult TypeRect==Rectboolean Usage ---@type Rectlocal lhs;---@type Rectlocal rhs;local result = lhs == rhs; -- result is boolean