This function tests equality of the underlying hash tables of $g$ and $h$ are the same.
i1 : g=simpleLieAlgebra("A",2)
o1 = g
o1 : LieAlgebra
|
i2 : h=simpleLieAlgebra("A",2)
o2 = g
o2 : LieAlgebra
|
i3 : g==h o3 = true |