NanoXLSX Library Documentation
![]() | AbstractStyleEquals Method (AbstractStyle) |
Method to compare two objects for sorting purpose
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public bool Equals( AbstractStyle other )
Parameters
- other
- Type: NanoXLSX.StyleAbstractStyle
Other object to compare with this object
Return Value
Type: BooleanTrue if both objects are equal, otherwise false
Implements
IEquatableTEquals(T)