[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.op_Inequality

operator != Operator

operator !=(Padding, Padding)

Tests whether two specified System.Windows.Forms.Padding objects are not 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 different; otherwise, false.