isSameFuncLiteral

Compares 2 lambda functions described by their serialization.

Parameters

l1 FuncLiteralDeclaration

first lambda to be compared

l2 FuncLiteralDeclaration

second lambda to be compared

sc Scope*

the scope where the lambdas are compared

Return Value

Type: bool

true if the 2 lambda functions are equal, false otherwise

Suggestion Box / Bug Report