// valueMatch :: Context -> Pattern -> String -> Bool // [implemented in RdpPattern] internal static bool ValueMatch(RdpPattern p, string s, XmlReader reader) { return(p.ValueMatch(s, reader)); }