Пример #1
0
 private bool EqualsData(TcpOptionEcho other)
 {
     return other != null &&
            Info == other.Info;
 }
 private bool EqualsData(TcpOptionEcho other)
 {
     return(other != null &&
            Info == other.Info);
 }