Spread Windows Forms 12.0 Product Documentation
Equals(CellReference) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellReference Structure > Equals Method : Equals(CellReference) Method
An object to compare with this object.
Indicates whether the current CellReference is equal to another CellReference of the same type.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As CellReference _
) As Boolean
'Usage
 
Dim instance As CellReference
Dim other As CellReference
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   CellReference other
)

Parameters

other
An object to compare with this object.

Return Value

true if the current CellReference is equal to the other CellReference; otherwise, false.
See Also

Reference

CellReference Structure
CellReference Members
Overload List