예제 #1
0
 private bool EqualsData(TcpOptionEchoReply other)
 {
     return other != null &&
            Info == other.Info;
 }
 private bool EqualsData(TcpOptionEchoReply other)
 {
     return(other != null &&
            Info == other.Info);
 }