[]
Compares the value of two Thickness structures for equality.
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 equal; otherwise, false. |