Click or drag to resize

TableWidthEquals(TableWidth) Method

Determines whether the other  TableWidth is equal to this TableWidth instance.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	TableWidth other
)

Parameters

other  TableWidth
The other table width to compare with this table width instance.

Return Value

Boolean
if the other TableWidth is equal to this TableWidth instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also