/// <returns>the hashcode of the QR-code format information</returns>
 public override int GetHashCode()
 {
     return((errorCorrectionLevel.Ordinal() << 3) | (int)dataMask);
 }