operator <= method

bool operator <=(
  1. Ipv4Address value
)

Implementation

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