Determines whether the specified object is equal to this
TableFormat instance.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
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
TableFormat instance.
Return Value
Boolean
true if the specified object is a
TableFormat and is equal
to this
TableFormat instance; otherwise, false.
See Also