Equals
Contents
[
Hide
]
Equals(object)
Determines whether this instance is equal to the specified FormatFamilyBase instance.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The FormatFamilyBase instance to compare with the current instance. |
Return Value
true if the specified FormatFamilyBase is equal to the current instance; otherwise, false.
See Also
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Equals(FormatFamilyBase)
Determines whether this instance is equal to the specified FormatFamilyBase instance.
public bool Equals(FormatFamilyBase other)
| Parameter | Type | Description |
|---|---|---|
| other | FormatFamilyBase | The FormatFamilyBase instance to compare with the current instance. |
Return Value
true if the specified FormatFamilyBase is equal to the current instance; otherwise, false.
See Also
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor