TableRowHeightEquals(TableRowHeight) Method |
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public bool Equals(
TableRowHeight other
)
Public Function Equals (
other As TableRowHeight
) As Boolean
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