Spread Windows Forms 12.0 Product Documentation
Equals Method (GradientEffect)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GradientEffect Class : Equals Method
The System.Object to compare with the current Object.
Determines whether the specified Object is equal to the current Object.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As GradientEffect
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)

Parameters

obj
The System.Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.
See Also

Reference

GradientEffect Class
GradientEffect Members