equalTo method
Indicates whether the given size is equal to this Size. @param {number} w the width. @param {number} h the height. @return {boolean} True if the Sizes have the same width and height, false otherwise. @see #equals
Implementation
_i2.bool equalTo(
  _i2.num w,
  _i2.num h,
) =>
    _i4.callMethod(
      this,
      'equalTo',
      [
        w,
        h,
      ],
    );