Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / ColumnWidth Structure / Inequality Operator
The first ColumnWidth instance to compare.
The second ColumnWidth instance ot compare.


In This Topic
    Inequality Operator (ColumnWidth)
    In This Topic
    Compares two (2) ColumnWidth structures for inequality.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also