Determines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding.
- other
- The object to compare to the current System.Windows.Forms.Padding.
true if the System.Windows.Forms.Padding objects are equivalent; otherwise, false.
Only other objects of type System.Windows.Forms.Padding (or a derived type) can be equal to the current System.Windows.Forms.Padding. In addition, the corresponding Padding.Right, Padding.Left, Padding.Bottom and Padding.Top properties for both System.Windows.Forms.Padding objects must be the same.