[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyle.Equals

Equals Method

Equals(object)

Determines whether another object is a reference to this object.

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

Returns
Type Description
bool

True if the specified object is a reference to this object; otherwise, false

Overrides