CornerRadiusInequality Operator |
[SECURITY CRITICAL] Compares two Windows.UI.Xaml.CornerRadius structures
for inequality.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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:
Booleantrue if the two instances of Windows.UI.Xaml.CornerRadius are not equal; otherwise, false.
See Also