Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Equals Method
The object to compare to the current System.Windows.Forms.Padding.

In This Topic
    Equals Method (Padding)
    In This Topic
    Determines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal other As Object _
    ) As Boolean
    public override bool Equals( 
       object other
    )

    Parameters

    other
    The object to compare to the current System.Windows.Forms.Padding.

    Return Value

    true if the System.Windows.Forms.Padding objects are equivalent; otherwise, false.
    See Also