Compares the current instance and the specified object for equality.
- rparam
- The object to compare with the current instance. The string representation of this argument is used to construct a Uri for comparison.
true if rparam represents the same URI as the current instance. If rparam is null , returns false .
This method invokes Uri.Equals(object)(rparam.ToString()) on the Uri instance returned by the UriBuilder.Uri property of the current instance.
Note: This method overrides object.Equals(object).
Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0