Mono Class Library: System.UriBuilder Overview | Members

System.UriBuilder.Equals Method

Compares the current instance and the specified object for equality.

public override bool Equals (object rparam)

Parameters

rparam
The object to compare with the current instance. The string representation of this argument is used to construct a Uri for comparison.

Returns

true if rparam represents the same URI as the current instance. If rparam is null , returns false .

Remarks

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).

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0