Click or drag to resize

TableRowHeightEquals(TableRowHeight) Method

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

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

Parameters

other  TableRowHeight
The other table row height to compare with this table row height instance.

Return Value

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

Implements

IEquatableTEquals(T)
See Also