[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetSkin.Equals

Equals Method

Equals(object)

Returns a value that indicates whether the specified object is equivalent to this skin.

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

Object to compare to

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides