GrapeCity MultiRow Windows Forms Documentation
Equality Operator (Line)


The Line that is to the left of the equality operator.
The Line that is to the right of the equality operator.
Determines whether two specified Lines are equivalent.
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 equality operator.
rightOperand
The Line that is to the right of the equality operator.

Return Value

true if the two Lines are equal; 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.