TableCellFormatEquality Operator |
Namespace:
GemBox.Document.Tables
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic static bool operator ==(
TableCellFormat first,
TableCellFormat second
)
Public Shared Operator = (
first As TableCellFormat,
second As TableCellFormat
) As Boolean
Parameters
- first
- Type: GemBox.Document.TablesTableCellFormat
The first table cell format. - second
- Type: GemBox.Document.TablesTableCellFormat
The second table cell format.
Return Value
Type:
Boolean if
first and
second table cell formats are equal; otherwise,
.
See Also