Click or drag to resize

TableRowHeightInequality Operator

Determines whether first and second TableRowHeights are not equal.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	TableRowHeight first,
	TableRowHeight second
)

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