TableRowHeight Equals Method (TableRowHeight)GemBox.Document Help
Determines wheter the otherTableRowHeight is equal to this TableRowHeight instance.

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

public bool Equals(
	TableRowHeight other
)

Parameters

other
Type: GemBox.Document.Tables TableRowHeight
The other table row height to compare with this table row height instance.

Return Value

  if the otherTableRowHeight is equal to this TableRowHeight instance; otherwise,  .

Implements

IEquatable T  Equals(T)
See Also