CornerRadius.Equality Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Compares the value of two CornerRadius structures for equality.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Operator = ( _ cr1 As CornerRadius, _ cr2 As CornerRadius _ ) As Boolean
Parameters
- cr1
- Type: System.Windows.CornerRadius
The first structure to compare.
- cr2
- Type: System.Windows.CornerRadius
The other structure to compare.
Return Value
Type: System.Booleantrue if the two instances of CornerRadius are equal; otherwise, false.
Show: