TableRowFormatEquals Method |
Determines whether the specified object is equal to this
TableRowFormat instance.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with this
TableRowFormat instance.
Return Value
Boolean
true if the specified object is a
TableRowFormat and is equal
to this
TableRowFormat instance; otherwise, false.
See Also