AbstractStyle.Equals Method (AbstractStyle)

NanoXLSX

NanoXLSX

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)
Syntax
C#
public bool Equals(
	AbstractStyle other
)

Parameters

other
Type: NanoXLSX.StyleAbstractStyle
Other object to compare with this object

Return Value

Type: Boolean
True if both objects are equal, otherwise false

Implements

IEquatableTEquals(T)
See Also