[]
Tests whether two specified System.Windows.Forms.Padding objects are not equivalent.
public static bool operator !=(Padding p1, Padding p2)
Public Shared Operator <>(p1 As Padding, p2 As Padding) As Boolean
| 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 different; otherwise, false. |