Click or drag to resize
ThicknessEquality Operator
[SECURITY CRITICAL] Compares the value of two Windows.UI.Xaml.Thickness structures for equality.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public 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