Click or drag to resize
CornerRadiusEquals Method (Object)
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure to another 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