Version

IsSameValue Method

Indicates if the specified ExcelCalcValue has the save Value as this instance.
Syntax
public bool IsSameValue( 
   ExcelCalcValue value
)

Parameters

value
ExcelCalcValue to compare against.

Return Value

True if the Value of both instances are equal; otherwise false.
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