Equals
Contents
[
Hide
]
Equals(FolderFontSource)
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. |
Return Value
true
if both FolderFontSource objects are the same; otherwise,
false
See Also
- class FolderFontSource
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer
Equals(object)
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. |
Return Value
true
if
obj
parameter is FolderFontSource and is the same as current FolderFontSource object; otherwise,
false
See Also
- class FolderFontSource
- namespace GroupDocs.Viewer.Fonts
- assembly GroupDocs.Viewer