Xceed Toolkit Plus for WPF v4.6 Documentation
Inequality Operator (DataRange)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > DataRange Class : Inequality Operator
First DataRange to compare.
Second DataRange to compare.
Compares two DataRange instances.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal r1 As DataRange, _
   ByVal r2 As DataRange _
) As Boolean
'Usage
 
public bool operator !=( 
   DataRange r1,
   DataRange r2
)

Parameters

r1
First DataRange to compare.
r2
Second DataRange to compare.

Return Value

true if not equal; otherwise, false.
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

Reference

DataRange Class
DataRange Members