ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayStyle Class / Equals Method / Equals(DayStyle) Method
Object to check.

In This Topic
    Equals(DayStyle) Method
    In This Topic
    Specified whether this instance and specified DayStyle object are equal.
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal style As DayStyle _
    ) As Boolean
    public bool Equals( 
       DayStyle style
    )

    Parameters

    style
    Object to check.

    Return Value

    True if equal or false if not.
    See Also