op_Inequality
Leave feedback
On this page
Determines whether two FormatFamilyBase instances are not equal.
public static bool operator !=(FormatFamilyBase first, FormatFamilyBase second)
| Parameter | Type | Description |
|---|---|---|
| first | FormatFamilyBase | The first FormatFamilyBase instance to compare. |
| second | FormatFamilyBase | The second FormatFamilyBase instance to compare. |
true if the two FormatFamilyBase instances are not equal; otherwise, false.
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
Determines whether a FormatFamilyBase instance is not equal to a specified string name.
public static bool operator !=(FormatFamilyBase first, string name)
| Parameter | Type | Description |
|---|---|---|
| first | FormatFamilyBase | The FormatFamilyBase instance to compare. |
| name | String | The string name to compare with the FormatFamilyBase instance. |
true if the FormatFamilyBase instance’s name is not equal to the specified string name; otherwise, false.
- class FormatFamilyBase
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor
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.