Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Value.NullableEquals(value1 as any, value2 as any, optional precision as nullable number) as nullable logical
About
Returns null if either argument value1
, value2
is null, otherwise equivalent to Value.Equals.