Intersoft ClientUI Documentation
Inequality Operator (UXGridViewLength)



The first UXGridViewLength instance to compare.
The second UXGridViewLength instance to compare.
Compares two UXGridViewLength structures to determine whether they are not equal.
Syntax
Public Operator <>( _
   ByVal gl1 As UXGridViewLength, _
   ByVal gl2 As UXGridViewLength _
) As Boolean

            
public bool operator !=( 
   UXGridViewLength gl1,
   UXGridViewLength gl2
)
public:
bool operator !=( 
   UXGridViewLength gl1,
   UXGridViewLength gl2
)

Parameters

gl1
The first UXGridViewLength instance to compare.
gl2
The second UXGridViewLength instance to compare.

Return Value

true if the two UXGridViewLength instances do not have the same value or sizing mode; otherwise, false.
Requirements

Target Platforms: 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

UXGridViewLength Structure
UXGridViewLength Members

Send Feedback