Aspose::Cells::Font::Equals method

Font::Equals method

Checks if two fonts are equals.

bool Aspose::Cells::Font::Equals(const Aspose::Cells::Font &font)
ParameterTypeDescription
fontconst Aspose::Cells::Font&Compared font object.

ReturnValue

True if equal to the compared font object.

See Also