operator > method

bool operator >(
  1. Framerate other
)

Implementation

bool operator >(Framerate other) => framesPerSecond > other.framesPerSecond;