operator < method

bool operator <(
  1. Int64 other
)

Implementation

bool operator <(Int64 other) => compareTo(other) < 0;