operator < method

bool operator <(
  1. Object compare
)
inherited

Implementation

bool operator <(Object compare) {
  throw new TypeError();
}