[]
Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.
public override bool Equals(object obj)
Type | Name | Description |
---|---|---|
object | obj | The object to compare. |
Type | Description |
---|---|
bool | true if the two objects are equal; otherwise, false. |
Compares this Windows.UI.Xaml.Thickness structure to another Thickness structure for equality.
public bool Equals(Thickness thickness)
Type | Name | Description |
---|---|---|
Thickness | thickness | An instance of Thickness to compare for equality. |
Type | Description |
---|---|
bool | true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false. |