public override int GetHashCode() { return(ID.GetHashCode() ^ EnergyName.GetHashCode() ^ EnergyType.GetHashCode() ^ UOM.GetHashCode()); }