[]
Tests whether two specified Thickness objects are not equivalent.
public static bool operator !=(Thickness t1, Thickness t2)
| Type | Name | Description |
|---|---|---|
| Thickness | t1 | A Thickness to test. |
| Thickness | t2 | A Thickness to test. |
| Type | Description |
|---|---|
| bool | True if the two Thickness objects are different; otherwise, false. |