Aspose::Pdf::Text::SystemFontSource::Equals method

SystemFontSource::Equals method

Check if system font source objects are equal.

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

ReturnValue

True if both objects are system font sources, false otherwise.

See Also