System::Uri::Equals method

Uri::Equals method

Determines if the URIs represented by the current and specified objects are equal.

virtual bool System::Uri::Equals(SharedPtr<Object> comparand) override
ParameterTypeDescription
comparandSharedPtr<Object>The Uri object to compare the current object with

ReturnValue

True if URIs are equal, otherwise - false

See Also