areEqual method

bool areEqual(
  1. Layout v
)

Implementation

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