Exemplo n.º 1
0
        protected byte[] CMP(byte[] a, byte[] b)
        {
            if (!GeneralUtils.CompareBytes(a, b))
            {
                throw new ArgumentException(String.Format(Properties.Resources.BaseParser_CMPFailure, GeneralUtils.EscapeBytes(a), GeneralUtils.EscapeBytes(b)));
            }

            return(a);
        }