Exemplo n.º 1
0
 private bool EqualsData(TcpOptionMaximumSegmentSize other)
 {
     return(other != null &&
            MaximumSegmentSize == other.MaximumSegmentSize);
 }
 private bool EqualsData(TcpOptionMaximumSegmentSize other)
 {
     return other != null &&
            MaximumSegmentSize == other.MaximumSegmentSize;
 }