Spread Windows Forms 12.0 Product Documentation
Equals Method (DayOfWeekStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekStyle Class : Equals Method
The System.Object to compare with the current DayOfWeekStyle.
Determines whether two System.Object instances are equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As DayOfWeekStyle
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 DayOfWeekStyle.

Return Value

true if value is an instance of DayOfWeekStyle and equals the value of this instance; otherwise, false.
See Also

Reference

DayOfWeekStyle Class
DayOfWeekStyle Members