'Declaration Public Operator <>( _ ByVal columnWidth1 As ColumnWidth, _ ByVal columnWidth2 As ColumnWidth _ ) As Boolean
'Usage
public bool operator !=( ColumnWidth columnWidth1, ColumnWidth columnWidth2 )
Parameters
- columnWidth1
- The first ColumnWidth instance to compare.
- columnWidth2
- The second ColumnWidth instance ot compare.
Return Value
true if the instances do not have the same value and ColumnWidthUnitType; false otherwise.