Click or drag to resize

TableCellFormatEquals Method

Determines whether the specified object is equal to this TableCellFormat instance.

Namespace: SautinSoft.Document.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with this TableCellFormat instance.

Return Value

Boolean
true if the specified object is a TableCellFormat and is equal to this TableCellFormat instance; otherwise, false.
See Also