Spread Silverlight Documentation
Equals(GcPoint) Method


A GrapeCity.Excel.GcPoint to compare.
Specifies whether this GrapeCity.Excel.GcPoint contains the same coordinates as the specified GrapeCity.Excel.GcPoint
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal value As GcPoint _
) As System.Boolean
'Usage
 
Dim instance As GcPoint
Dim value As GcPoint
Dim value As System.Boolean
 
value = instance.Equals(value)
public System.bool Equals( 
   GcPoint value
)

Parameters

value
A GrapeCity.Excel.GcPoint to compare.

Return Value

true if the GrapeCity.Excel.GcPoint has the same coordinates as this GrapeCity.Excel.GcPoint
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
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.