equals abstract method

bool equals(
  1. InboundConnection connection
)

Returns true if remote socket and remote port of this and connection matches

Implementation

bool equals(InboundConnection connection);