DocumentFormat.Inequality(DocumentFormat, DocumentFormat) Operator
In This Article
Compares two DocumentFormat structures to determine whether they are not equal.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public static bool operator !=(DocumentFormat id1, DocumentFormat id2)
#Parameters
Name | Type | Description |
---|---|---|
id1 | Document |
The first Document |
id2 | Document |
The second Document |
#Returns
Type | Description |
---|---|
Boolean | true, if two Document |
See Also