Version

Equals(Formula,Formula,CellReferenceMode) Method

Determines whether two Formula instances are equal using the specified cell reference mode.
Syntax
public static bool Equals( 
   Formula formulaA,
   Formula formulaB,
   CellReferenceMode cellReferenceMode
)

Parameters

formulaA
The first Formula to compare.
formulaB
The second Formula to compare.
cellReferenceMode
The cell reference mode to use when comparing the two formulas.

Return Value

True if the formulas are both null or both equivalent; False otherwise.
Remarks
This essentially performs a case-insensitive string comparison, ignoring the white space in the formula.
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