operator >= method

bool operator >=(
  1. Ipv4Address value
)

Implementation

bool operator >=(Ipv4Address value) => _ip >= value.integer;