| ThicknessInequality Operator | 
            [SECURITY CRITICAL] Compares two Windows.UI.Xaml.Thickness structures for
            inequality.
            
 
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 not equal; otherwise,
            false.
            
 See Also
See Also