equals method
equals(self, font)
Checks if two fonts are equals.
Returns
True if equal to the compared font object.
def equals(self, font):
...
Parameter | Type | Description |
---|---|---|
font | Font | Compared font object. |
See Also
- module
aspose.cells
- class
Font