private bool EqualsData(TcpOptionTimestamp other)
 {
     return(other != null &&
            TimestampValue == other.TimestampValue && TimestampEchoReply == other.TimestampEchoReply);
 }
예제 #2
0
 private bool EqualsData(TcpOptionTimestamp other)
 {
     return other != null &&
            TimestampValue == other.TimestampValue && TimestampEchoReply == other.TimestampEchoReply;
 }