private bool EqualsData(TcpOptionEchoReply other) { return other != null && Info == other.Info; }
private bool EqualsData(TcpOptionEchoReply other) { return(other != null && Info == other.Info); }