Value.NullableEquals
Returns whether two values are equal.
function (optionalvalue1
as nullable any, optionalvalue2
as nullable any, optionalprecision
as nullable any) as nullable any
Returns null if either argument '
value1
', 'value2
' is null, otherwise equivalent to Value.Equals.Values
Last modified 4yr ago