[]
Tests whether two specified Thickness objects are 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 equal; otherwise, false. |