operator >= method

bool operator >=(
  1. dynamic o
)

Implementation

bool operator >=(dynamic o) => o is VersionParser && _compare(this, o) >= 0;