[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.op_Equality

operator == Operator

operator ==(Padding, Padding)

Tests whether two specified System.Windows.Forms.Padding objects are equivalent.

Declaration
public static bool operator ==(Padding p1, Padding p2)
Parameters
Type Name Description
Padding p1

A System.Windows.Forms.Padding to test.

Padding p2

A System.Windows.Forms.Padding to test.

Returns
Type Description
bool

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