Click or drag to resize

TableWidthEquality Operator

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