ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / CustomItemRange Class / Equals Method / Equals(Object) Method

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    Parameters

    other

    Return Value

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