Spread Silverlight Documentation
CompareTo Method (CalcErrorIdentity)


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 CalcErrorIdentity
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.
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

CalcErrorIdentity Class
CalcErrorIdentity Members

 

 


Copyright © GrapeCity, inc. All rights reserved.