[]
Tests whether two specified System.Windows.Forms.Padding objects are equivalent.
public static bool operator ==(Padding p1, Padding p2)
Type | Name | Description |
---|---|---|
Padding | p1 | A System.Windows.Forms.Padding to test. |
Padding | p2 | A System.Windows.Forms.Padding to test. |
Type | Description |
---|---|
bool | true if the two System.Windows.Forms.Padding objects are equal; otherwise, false. |