Click or drag to resize
ThicknessEquals Method (Object)
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
true if the two objects are equal; otherwise, false.
See Also