| ThicknessEquality Operator | 
            [SECURITY CRITICAL] Compares the value of two Windows.UI.Xaml.Thickness structures
            for equality.
 
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
 Syntax
Syntaxpublic static bool operator ==(
	Thickness t1,
	Thickness t2
)
Parameters
- t1
- Type: Windows.UI.XamlThickness
 The first structure to compare.
- t2
- Type: Windows.UI.XamlThickness
 The other structure to compare.
Return Value
Type: 
Boolean
            true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise,
            false.
            
 See Also
See Also