isCompatible abstract method

bool isCompatible(
  1. MathDefinitionFunctionFreeform other
)

Checks function compatibility

Must return true when a given function definition satisfies this custom function (in most cases, this means equal name and arguments number range)

Implementation

bool isCompatible(MathDefinitionFunctionFreeform other);