equal
Description:
[
Version ( since =
"1.6" ) ]
public bool equal (
Uri second)
Compares two Uri objects to see if they represent the same normalized URI.
Parameters:
this |
First Uri to compare.
|
second |
Second Uri to compare.
|
Returns:
true if the normalized versions of the two URI's would be equal.
|