GrapeCity.Xaml.CalcEngine
CompareTo Method (CalcFunctionIdentity)


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 Boolean
'Usage
 
Dim instance As CalcFunctionIdentity
Dim other As CalcIdentity
Dim value As Boolean
 
value = instance.CompareTo(other)
protected override 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 Server 2012, Windows RT

See Also

Reference

CalcFunctionIdentity Class
CalcFunctionIdentity Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options