This documentation is archived and is not being maintained.
UriBuilder::Equals Method
Visual Studio 2010
Compares an existing Uri instance with the contents of the UriBuilder for equality.
Assembly: System (in System.dll)
Parameters
- rparam
- Type: System::Object
The object to compare with the current instance.
Return Value
Type: System::Booleantrue if rparam represents the same Uri as the Uri constructed by this UriBuilder instance; otherwise, false.
The Equals method compares a specified Uri instance with the Uri instance built by the UriBuilder instance. If the two are the same, the Equals method returns true.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: