Aspose::Pdf::Text::FolderFontSource::Equals method

FolderFontSource::Equals method

Check if folder font source objects are equal.

bool Aspose::Pdf::Text::FolderFontSource::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>Folder font source object which will be compared.

ReturnValue

True if both objects are folder font sources targeted to the same folder.

See Also