coincides

FEEL built-in function · Range functions

coincides(a, b)

Returns true if two points are equal or two ranges have identical endpoints and closures.

Parameters

ParameterTypeDescription
apoint or rangefirst value
bpoint or rangesecond value

Examples

coincides(5, 5)
coincides([1..5], [1..5])

Related functions

includes · overlaps

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).