Click or drag to resize

TableRowHeightEquals(Object) Method

Determines whether the specified Object is equal to this TableRowHeight 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 table row height instance.

Return Value

Boolean
if the specified Object is a TableRowHeight and is equal to this TableRowHeight instance; otherwise, .
See Also