CornerRadius.Equals Method (CornerRadius)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares this CornerRadius structure to another CornerRadius structure for equality.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- cornerRadius
- Type: System.Windows.CornerRadius
An instance of CornerRadius to compare for equality.
Return Value
Type: System.Booleantrue if the two instances of CornerRadius are equal; otherwise, false.
Show: