System::Uri::IsBaseOf method

Uri::IsBaseOf 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
ParameterTypeDescription
uriconst SharedPtr<Uri>&The Uri object to test

ReturnValue

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

See Also