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