IsBaseOf()

Uri::IsBaseOf(const SharedPtr<Uri>&) const method

Determines of the URI represented by the current Uri object is a base of URI represented by the specified Uri object.

bool System::Uri::IsBaseOf(const SharedPtr<Uri> &uri) const

Arguments

ParameterTypeDescription
uriconst SharedPtr<Uri>&The Uri object to test

Return Value

True if the URI represented by the current Uri object is a base of URI represented by uri

See Also