'Declaration
Public Function FindEquals( _ ByVal find As IReadonlyPrimitiveValue, _ ByVal xlookupCompatible As Boolean, _ ByVal context As IEvaluationContext _ ) As CellReference
'Usage
Dim instance As RangeCache Dim find As IReadonlyPrimitiveValue Dim xlookupCompatible As Boolean Dim context As IEvaluationContext Dim value As CellReference value = instance.FindEquals(find, xlookupCompatible, context)
public CellReference FindEquals( IReadonlyPrimitiveValue find, bool xlookupCompatible, IEvaluationContext context )
Parameters
- find
- The value to compare.
- xlookupCompatible
true
if matching is compatible with XLOOKUP/XMATCH function; otherwise,false
.- context
- The evaluation context.