Skip to main content

Operator ( Rect == Rect )

Returns true if the rectangles are the same.

LHS TypeSymbolRHS TypeResult Type
Rect==Rectboolean

Usage

---@type Rect
local lhs;

---@type Rect
local rhs;

local result = lhs == rhs; -- result is boolean