Aspose::Pdf::Text::MemoryFontSource::Equals method

MemoryFontSource::Equals method

Check if font file source objects are equal.

bool Aspose::Pdf::Text::MemoryFontSource::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