operator < abstract method

bool operator <(
  1. dynamic other
)

Relational less than operator.

Implementation

bool operator <(other);