FontFamily.Equals
FontFamily.Equals method
Indicates whether the specified object is a FontFamily and is identical to this FontFamily.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to test. |
Return Value
true if obj is a FontFamily and is identical to this FontFamily; otherwise, false.
See Also
- class FontFamily
- namespace System.Drawing
- assembly Aspose.Drawing