same (Object control)
Checks if two values have the same schema. Doesn’t work for recursive or very deep structures.
Arguments
value0
and value1
are the values to compare.
Return values
condition
is TRUE if both values have the same schema, FALSE otherwise.
Example
Output:
TRUE
FALSE
FALSE