[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.Equals

Equals Method

Equals(object)

Determines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding.

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
object other

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

Returns
Type Description
bool

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

Overrides