Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / Equals Method
The object to compare to this object.


In This Topic
Equals Method (CalculatorButtonStyle)
In This Topic
Tests whether the given object is equal to this CalculatorButtonStyle.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 
'Usage
 
Dim instance As CalculatorButtonStyle
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)

Parameters

obj
The object to compare to this object.

Return Value

true if obj is an instance of CalculatorButtonStyle and is equal to this object; otherwise, false.
See Also