GrapeCity MultiRow Windows Forms Documentation
Inequality Operator (FreezeLines)


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

            
public bool operator !=( 
   FreezeLines freezeLines1,
   FreezeLines freezeLines2
)

Parameters

freezeLines1
The FreezeLines object that is to the left of the inequality operator.
freezeLines2
The FreezeLines object that is to the right of the inequality operator.

Return Value

true if the two FreezeLines 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

FreezeLines Structure
FreezeLines Members

 

 


Copyright © GrapeCity, inc. All rights reserved.