Version

AreValuesEqual Method

Indicates if the value of the specified ExcelCalcValue is equivalent to the Value
Syntax
public static bool AreValuesEqual( 
   ExcelCalcValue x,
   ExcelCalcValue y
)

Parameters

x
First ExcelCalcValue to compare
y
Second ExcelCalcValue to compare

Return Value

True if the values are the same; otherwise false is returned.
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