GrapeCity MultiRow Windows Forms Documentation
Inequality Operator (SplitStyle)


The SplitStyle that is to the left of the inequality operator.
The SplitStyle that is to the right of the inequality operator.
Determines whether two specified SplitStyles are different.
Syntax
Public Operator <>( _
   ByVal left As SplitStyle, _
   ByVal right As SplitStyle _
) As Boolean

            
public bool operator !=( 
   SplitStyle left,
   SplitStyle right
)

Parameters

left
The SplitStyle that is to the left of the inequality operator.
right
The SplitStyle that is to the right of the inequality operator.

Return Value

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

SplitStyle Structure
SplitStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.