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); }