[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableStyle.Equals

Equals Method

Equals(object)

Determines whether this instance of TableStyle and a specified object, which must also be a TableStyle object, have the same value.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

An object

Returns
Type Description
bool

true if obj is a TableStyle and its value is the same as this instance otherwise, false.

Overrides