Aspose::Page::Font::DrFont::Equals method

DrFont::Equals method

Determines whether the specified System::Object, is equal to this instance.

bool Aspose::Page::Font::DrFont::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The System::Object to compare with this instance.

ReturnValue

true if the specified System::Object is equal to this instance; otherwise, false.

See Also