--- layout: stdlib-reference --- # IComparable\.lessThan ## Description Returns true if this is less than other. ## Signature
bool IComparable.lessThan(IComparable.This other);

## Parameters #### other : [IComparable](index.html)\.This