[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Compares the specified parts of two URIs using the specified comparison rules. [Property] PartsToCompare=Sets a bitwise combination of the UriComponents values that specifies the parts of uri1 and uri2 to compare. ARG(UriComponents)|20|(empty)|UriComponents CompareFormat=Sets one of the UriFormat values that specifies the character escaping used when the URI components are compared. ARG(UriFormat)|20|(empty)|UriFormat ComparisonType=Sets one of the StringComparison values. ARG(StringComparison)|20|(empty)|StringComparison [Methods] doCompare=Compares the specified parts of two URIs using the specified comparison rules.ARG(Uri uri1, Uri uri2, UriComponents partsToCompare, UriFormat compareFormat, StringComparison comparisonType)|1|0 onCompare=Occurs after invoke the method doCompare and returns the result. ARG(int)|2|1 Result=Returns the value that indicates the lexical relationship between the compared Uri components. ARG(int)|3|1 Uri1=Defines the first Uri to compare. ARG(Uri)|4|0 Uri2=Defines the second Uri to compare. ARG(Uri)|4|0