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