Spread Silverlight Documentation
Equality Operator (GcPoint)


A GrapeCity.Excel.GcPoint object to compare
A GrapeCity.Excel.GcPoint object to compare
Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are equal
Syntax
'Declaration
 
Public Operator =( _
   ByVal point1 As GcPoint, _
   ByVal point2 As GcPoint _
) As System.Boolean
'Usage
 
public System.bool operator ==( 
   GcPoint point1,
   GcPoint point2
)

Parameters

point1
A GrapeCity.Excel.GcPoint object to compare
point2
A GrapeCity.Excel.GcPoint object to compare

Return Value

true if they are equal; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcPoint Structure
GcPoint Members

 

 


Copyright © GrapeCity, inc. All rights reserved.