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
Parameter | Type | Description |
---|---|---|
uri | const 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
- Typedef SharedPtr
- Class Uri
- Class Uri
- Namespace System
- Library Aspose.Font for C++