private bool EqualsData(TcpOptionWindowScale other)
 {
     return other != null &&
            ScaleFactorLog == other.ScaleFactorLog;
 }
Beispiel #2
0
 private bool EqualsData(TcpOptionWindowScale other)
 {
     return(other != null &&
            ScaleFactorLog == other.ScaleFactorLog);
 }