Compares this Windows.UI.Xaml.Thickness structure to another
Thickness structure for equality.
'Declaration
Public Overloads Function Equals( _
ByVal As Thickness _
) As System.Boolean
public System.bool Equals(
Thickness
)
Parameters
- thickness
- An instance of Thickness to compare for equality.
Return Value
true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.