isEqual method

bool isEqual(
  1. Position other
)

Check if this position is equal to other.

@param other A position. @returns true if the line and character of the given position are equal to the line and character of this position.

Implementation

_i2.bool isEqual(_i3.Position other) => _i5.callMethod(
      this,
      'isEqual',
      [other],
    );