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