Version

CompareTo(ExcelCalcValue) Method

Compares current instance with the passed in ExcelCalcValue instance. Returns -1, 1 or 0 depending on whether the current instance is less than, greater than or equal to the passed in instance respectively.
Syntax
public int CompareTo( 
   ExcelCalcValue value
)

Parameters

value
The object that this instance should be compared against.

Return Value

-1, 1 or 0 depending on whether the current instance is less than, greater than or equal to the passed in instance respectively.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also