operator <= method

bool operator <=(
  1. Principal other
)

Implementation

bool operator <=(Principal other) => compareTo(other) <= 0;