Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Equality Operator
A System.Windows.Forms.Padding to test.
A System.Windows.Forms.Padding to test.

In This Topic
    Equality Operator (Padding)
    In This Topic
    Tests whether two specified System.Windows.Forms.Padding objects are equivalent.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal p1 As Padding, _
       ByVal p2 As Padding _
    ) As Boolean
    public bool operator ==( 
       Padding p1,
       Padding p2
    )

    Parameters

    p1
    A System.Windows.Forms.Padding to test.
    p2
    A System.Windows.Forms.Padding to test.

    Return Value

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