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

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