Aspose::Pdf::Text::FileFontSource::Equals method

FileFontSource::Equals method

Check if font file source objects are equal.

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

ReturnValue

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

See Also