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