TableWidthEquality Operator |
Determines whether
first and
second TableWidths are equal.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public static bool operator ==(
TableWidth first,
TableWidth second
)
Public Shared Operator = (
first As TableWidth,
second As TableWidth
) As Boolean
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