Spread Windows Forms 6.0 Product Documentation
Equality Operator
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > CellRange Class : Equality Operator

obj1
The first cell range object
obj2
The second cell range object

Glossary Item Box

Determines whether two specified instances of CellRange are equal.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal obj1 As CellRange, _
   ByVal obj2 As CellRange _
) As Boolean
Visual Basic (Usage)Copy Code
C# 
public bool operator ==( 
   CellRange obj1,
   CellRange obj2
)

Parameters

obj1
The first cell range object
obj2
The second cell range object

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.