TableFormatInequality Operator |
Determines whether
first and
second TableFormats are not equal.
Namespace:
GemBox.Document.Tables
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic static bool operator !=(
TableFormat first,
TableFormat second
)
Public Shared Operator <> (
first As TableFormat,
second As TableFormat
) As Boolean
Parameters
- first
- Type: GemBox.Document.TablesTableFormat
The first table format. - second
- Type: GemBox.Document.TablesTableFormat
The second table format.
Return Value
Type:
Boolean if
first and
second table formats are not equal; otherwise,
.
See Also