GrapeCity MultiRow Windows Forms Documentation
Inequality Operator (Line)


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

            
public bool operator !=( 
   Line leftOperand,
   Line rightOperand
)

Parameters

leftOperand
The Line that is to the left of the inequality operator.
rightOperand
The Line that is to the right of the inequality operator.

Return Value

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

Line Structure
Line Members

 

 


Copyright © GrapeCity, inc. All rights reserved.