operator <= abstract method

bool operator <=(
  1. Object other
)

Relational less than or equal to operator.

Implementation

bool operator <=(Object other);