Font.Equals
Font.Equals method
Indicates whether the specified object is a Font
and has the same property values as this Font
.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to test. |
Return Value
True if the obj parameter is a Font
and has the same property values as this Font
; otherwise, false.
See Also
- class Font
- namespace Aspose.Imaging
- assembly Aspose.Imaging