Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.