Equals
Leave feedback
On this page
Determines whether the current FolderFontSource is the same as specified FolderFontSource object.
public bool Equals(FolderFontSource other)
| Parameter | Type | Description |
|---|---|---|
| other | FolderFontSource | The object to compare with the current FolderFontSource object. |
true
if both FolderFontSource objects are the same; otherwise,
false
- class FolderFontSource
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer
Determines whether the current FolderFontSource is the same as specified object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current FolderFontSource object. |
true
if
obj
parameter is FolderFontSource and is the same as current FolderFontSource object; otherwise,
false
- class FolderFontSource
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.