Click or drag to resize

TableRowHeightEquality Operator

Determines whether first and second TableRowHeights are 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 equal; otherwise, .
See Also