public virtual bool IsTypeEqual(string s1, string s2, XmlReader reader)
 {
     return(datatype.CompareString(s1, s2, reader));
 }