Click or drag to resize
CornerRadiusInequality Operator
[SECURITY CRITICAL] Compares two Windows.UI.Xaml.CornerRadius structures for inequality.

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 not equal; otherwise, false.
See Also