ThicknessEquals Method (Thickness) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.Thickness structure to
another Windows.UI.Xaml.Thickness structure for equality.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Equals(
Thickness thickness
)
Parameters
- thickness
- Type: Windows.UI.XamlThickness
An instance of Windows.UI.Xaml.Thickness to compare for equality.
Return Value
Type:
Boolean
true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise,
false.
See Also