Value.NullableEquals

If either value1 or value2 is null, the function will return null. Otherwise, it will behave in the same way as the Value.Equals function.

Syntax

Value.NullableEquals(value1 as any, value2 as any, optional precision as nullable number) as nullable logical

About

If either value1 or value2 is null, the function will return null. Otherwise, it will behave in the same way as the Value.Equals function.