Equals()

FontData::Equals(System::SharedPtr<System::Object>) method

Determines whether two FontData instances are equal.

bool Aspose::Slides::FontData::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>The FontData to compare with the current FontData.

Return Value

true if the specified FontData is equal to the current FontData; otherwise, false.

See Also