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