CornerRadiusEquals Method (Object) |
[SECURITY CRITICAL] Compares this Windows.UI.Xaml.CornerRadius structure
to another object for equality.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare.
Return Value
Type:
Booleantrue if the two objects are equal; otherwise, false.
See Also