Spread Silverlight Documentation
CompareTo Method (CalcRangeIdentity)


GrapeCity.CalcEngine Namespace > CalcRangeIdentity Class : CompareTo Method
The CalcCellIdentity to compare with the current CalcCellIdentity.
Determines whether the specified CalcCellIdentity is equal to the current CalcCellIdentity.
Syntax
'Declaration
 
Protected Overrides Function CompareTo( _
   ByVal other As CalcIdentity _
) As System.Boolean
'Usage
 
Dim instance As CalcRangeIdentity
Dim other As CalcIdentity
Dim value As System.Boolean
 
value = instance.CompareTo(other)
protected override System.bool CompareTo( 
   CalcIdentity other
)

Parameters

other
The CalcCellIdentity to compare with the current CalcCellIdentity.

Return Value

true if the specified CalcCellIdentity is equal to the current CalcCellIdentity; otherwise, false.
See Also

Reference

CalcRangeIdentity Class
CalcRangeIdentity Members