Click or drag to resize

TableWidthInequality Operator

Determines whether first and second TableWidths are not equal.

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

Parameters

first  TableWidth
The first table width.
second  TableWidth
The second table width.

Return Value

Boolean
if first and second table widths are not equal; otherwise, .
See Also