TableRowHeightInequality Operator |
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic static bool operator !=(
TableRowHeight first,
TableRowHeight second
)
Public Shared Operator <> (
first As TableRowHeight,
second As TableRowHeight
) As Boolean
Parameters
- first TableRowHeight
- The first table row height.
- second TableRowHeight
- The second table row height.
Return Value
Boolean if
first and
second table row heights are not equal;
otherwise,
.
See Also