private bool EqualsData(TcpOptionAlternateChecksumRequest other)
 {
     return(other != null &&
            ChecksumType == other.ChecksumType);
 }
 private bool EqualsData(TcpOptionAlternateChecksumRequest other)
 {
     return other != null &&
            ChecksumType == other.ChecksumType;
 }