Uri.Equals(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool Equals(Uri ^ pUri) = Equals;
bool Equals(Uri const& pUri);
public bool Equals(System.Uri pUri);
function equals(pUri)
Public Function Equals (pUri As Uri) As Boolean
Parameters
Returns
Boolean
bool
true if the two Uri values are the same; otherwise, false.
Remarks
Equality comparison is based on the logical content (the property values).