InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BorderEdges Class / Equals Method
BorderEdges to compare to this object.

In This Topic
    Equals Method (BorderEdges)
    In This Topic
    Returns true if the colors are the same for all edges.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    BorderEdges to compare to this object.

    Return Value

    True if the colors are the same for all edges.
    Remarks
    This is important when handling persistence and comparing to the default value.
    See Also