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

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static bool operator ==(
	CornerRadius cr1,
	CornerRadius cr2
)

Parameters

cr1
Type: Windows.UI.XamlCornerRadius
The first structure to compare.
cr2
Type: Windows.UI.XamlCornerRadius
The other structure to compare.

Return Value

Type: Boolean
true if the two instances of Windows.UI.Xaml.CornerRadius are equal; otherwise, false.
See Also