equals method

bool equals(
  1. Layout v
)

Implementation

bool equals(Layout v) =>
    left == v.left && top == v.top && width == v.width && height == v.height;