equalTo method

bool equalTo(
  1. num w,
  2. num h
)

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,
      ],
    );