operator >= abstract method

bool operator >=(
  1. Uuid other
)

Greater than or equal operator, see compareTo for rules

Implementation

bool operator >=(Uuid other);