operator <= method

bool operator <=(
  1. Uuid other
)

Implementation

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