public bool Equals(byte[] data)
 {
     return(CryptoUtility.ComputeMD5Code(data) == this.packInfo.CheckCode);
 }