operator > method

bool operator >(
  1. Uint16 other
)

Strict evaluation if this numerical element is larger.

Implementation

bool operator >(Uint16 other) => value > other.value;