GrapeCity MultiRow Windows Forms Documentation
Equality Operator (CellPosition)


The position of the first structure.
The position of the second structure.
Tests whether two specified CellPosition structures are equivalent.
Syntax
Public Operator =( _
   ByVal position1 As CellPosition, _
   ByVal position2 As CellPosition _
) As Boolean

            
public bool operator ==( 
   CellPosition position1,
   CellPosition position2
)

Parameters

position1
The position of the first structure.
position2
The position of the second structure.

Return Value

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

CellPosition Structure
CellPosition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.