Equals
Equals(WebFont)
Determines whether this instance of WebFont is equal to specified
public bool Equals(WebFont other)
| Parameter | Type | Description | 
|---|---|---|
| other | WebFont | Another WebFont to check equality, may be NULL | 
Return Value
true if equal, false if unequal
See Also
- class WebFont
 - namespace GroupDocs.Editor.Options
 - assembly GroupDocs.Editor
 
Equals(object)
Determines whether this instance of WebFont is equal to specified uncasted object
public override bool Equals(object obj)
| Parameter | Type | Description | 
|---|---|---|
| obj | Object | Object, that is expected to be a WebFont instance | 
Return Value
true if equal, false if unequal
See Also
- class WebFont
 - namespace GroupDocs.Editor.Options
 - assembly GroupDocs.Editor