TableRowHeight Equals Method (Object)GemBox.Document Help
Determines whether the specified Object is equal to this TableRowHeight instance.

Namespace: GemBox.Document.Tables
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The Object to compare with this table row height instance.

Return Value

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