Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / Equals Method
The System.Object to compare with the current DayOfWeekStyle.


In This Topic
    Equals Method (DayOfWeekStyle)
    In This Topic
    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