ComponentOne DataGrid for WPF and Silverlight
Inequality Operator (DataGridLength)

C1.WPF.DataGrid Namespace > DataGridLength Structure : Inequality Operator
The first instance of DataGridLength to compare.
The second instance of DataGridLength to compare.
Compares two DataGridLength structures to determine if they are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal gl1 As DataGridLength, _
   ByVal gl2 As DataGridLength _
) As System.Boolean
public System.bool operator !=( 
   DataGridLength gl1,
   DataGridLength gl2
)

Parameters

gl1
The first instance of DataGridLength to compare.
gl2
The second instance of DataGridLength to compare.

Return Value

true if the two instances of DataGridLength do not have the same value and DataGridUnitType; otherwise, false.
See Also

Reference

DataGridLength Structure
DataGridLength Members