compareBoundaryPoints method

int compareBoundaryPoints(
  1. int how,
  2. Range sourceRange
)

The Range.compareBoundaryPoints() method compares the boundary points of the Range with those of another range.

Implementation

external int compareBoundaryPoints(
  int how,
  Range sourceRange,
);