Equals Method (CellStyle)
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- o
- Style to compare with this style.
Return Value
True if the two styles are equal, false otherwise.