Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / FilterExpressionBase Class / Inequality Operator
The first FilterExpressionBase to compare.
The second FilterExpressionBase to compare.


In This Topic
    Inequality Operator (FilterExpressionBase)
    In This Topic
    Determines whether two filter expression are different.
    Syntax
    'Declaration
     
    <DebuggerStepThroughAttribute()>
    Public Operator <>( _
       ByVal left As FilterExpressionBase, _
       ByVal right As FilterExpressionBase _
    ) As Boolean
    'Usage
     
    

    Parameters

    left
    The first FilterExpressionBase to compare.
    right
    The second FilterExpressionBase to compare.

    Return Value

    true if the objects are different; 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