operator >= abstract method

bool operator >=(
  1. dynamic other
)

Relational greater than or equal to operator.

Implementation

bool operator >=(other);