CornerRadiusEquals Method (CornerRadius) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure
to another Windows.UI.Xaml.CornerRadius structure for equality.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Equals(
CornerRadius cornerRadius
)
Parameters
- cornerRadius
- Type: Windows.UI.XamlCornerRadius
An instance of Windows.UI.Xaml.CornerRadius to compare for equality.
Return Value
Type:
Boolean
true if the two instances of Windows.UI.Xaml.CornerRadius are equal; otherwise,
false.
See Also