private bool EqualsData(TcpOptionSelectiveAcknowledgment other)
 {
     return other != null &&
            Blocks.SequenceEqual(other.Blocks);
 }
 private bool EqualsData(TcpOptionSelectiveAcknowledgment other)
 {
     return(other != null &&
            Blocks.SequenceEqual(other.Blocks));
 }