equals method

equals

Determines whether the current FolderFontSource is the same as specified FolderFontSource object.

Returns

if both FolderFontSource objects are the same; otherwise,

def equals(self, other):
    ...
Parameter Type Description
other groupdocs.viewer.fonts.FolderFontSource The object to compare with the current FolderFontSource object.

See Also