Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge.BulletGraph Namespace / BulletGraphBorder Class / Equals Method / Equals(BulletGraphBorder) Method
Another BulletGraphBorder object to compare to.

In This Topic
    Equals(BulletGraphBorder) Method
    In This Topic
    Indicates whether this instance and a specified BulletGraphBorder object are equal.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal obj As BulletGraphBorder _
    ) As System.Boolean
    public System.bool Equals( 
       BulletGraphBorder obj
    )

    Parameters

    obj
    Another BulletGraphBorder object to compare to.

    Return Value

    true if obj and this instance are the same type and represent the same value; otherwise, false.
    See Also