HRESULT AreEqualComTypes([in] BSTR XmlTypeA, [in] BSTR XmlTypeNSA, [in] BSTR XmlTypeB, [in] BSTR XmlTypeNSB, [out, retval] VARIANT_BOOL * Match);
Given a pair of Xml Types, this method calculates if a de-serialized instance of both types would result in the same COM type
VARIANT_TRUE or VARIANT_FALSE
Copyright © Simon Fell, 2000-2004. All rights reserved.