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
| Parameter | Type | Description | 
|---|---|---|
| comparand | SharedPtr<Object> | The Uri object to compare the current object with | 
ReturnValue
True if URIs are equal, otherwise - false
See Also
- Typedef SharedPtr
 - Class Object
 - Class Uri
 - Namespace System
 - Library Aspose.PDF for C++