Deep Equality Check
Checks if two objects are structurally identical, including nested
elements and metadata. Unlike ==, this works for all types,
including collections (Lists, Vectors, DataFrames).
a (Any): First object to
compare.
b (Any): Second object to
compare.
true if identical, false otherwise.