Spread Windows Forms 12.0 Product Documentation
Equals Method (SubStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyle Class : Equals Method
An object to be compared.
Gets whether the given object equals this instance.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As SubStyle
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
An object to be compared.

Return Value

The bool type that indicates if the object is the same as the current instance.
See Also

Reference

SubStyle Class
SubStyle Members