notEqual method

bool notEqual(
  1. Range<T> range
)

Implementation

bool notEqual(Range<T> range) => !equal(range);