[]
Compares two Thickness structures for inequality.
public static bool operator !=(Thickness t1, Thickness t2)
Type | Name | Description |
---|---|---|
Thickness | t1 | The first structure to compare. |
Thickness | t2 | The other structure to compare. |
Type | Description |
---|---|
bool | true if the two instances of Windows.UI.Xaml.Thickness are not equal; otherwise, false. |