'Declaration
Public Operator =( _ ByVal c1 As C1CornerRadius, _ ByVal c2 As C1CornerRadius _ ) As Boolean
'Usage
public bool operator ==( C1CornerRadius c1, C1CornerRadius c2 )
Parameters
- c1
- The first structure to compare.
- c2
- The other structure to compare.