コード例 #1
0
 private bool EqualsData(TcpOptionTimestamp other)
 {
     return(other != null &&
            TimestampValue == other.TimestampValue && TimestampEchoReply == other.TimestampEchoReply);
 }
コード例 #2
0
ファイル: TcpOptionTimestamp.cs プロジェクト: amitla/Pcap.Net
 private bool EqualsData(TcpOptionTimestamp other)
 {
     return other != null &&
            TimestampValue == other.TimestampValue && TimestampEchoReply == other.TimestampEchoReply;
 }